Remove getIconName from all applications

Summary: Not used anymore

Test Plan: grep for 'getIconName'

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: hach-que, Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11582
This commit is contained in:
Chad Little
2015-01-30 12:11:21 -08:00
parent d1e793a292
commit 8b06804394
54 changed files with 0 additions and 216 deletions

View File

@@ -10,10 +10,6 @@ final class PhabricatorPHPASTApplication extends PhabricatorApplication {
return '/xhpast/';
}
public function getIconName() {
return 'phpast';
}
public function getFontIcon() {
return 'fa-ambulance';
}