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:
@@ -18,10 +18,6 @@ final class PhabricatorProjectApplication extends PhabricatorApplication {
|
||||
return '/project/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'projects';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-briefcase';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user