diff options
author | Sarven Capadisli <csarven@status.net> | 2010-02-02 16:27:58 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-02-02 16:27:58 +0100 |
commit | 245610d2e18e2df26b8b2095ab3092855a272096 (patch) | |
tree | ed2aebc1eda2e45e0aa716aa47325a72b804fd8c /plugins/UserFlag/UserFlagPlugin.php | |
parent | a1f55c3f80f9a08ca7b2ed24faf4e148b09d4bb2 (diff) |
Removed entity flag stylesheet and icons from plugin to core.
Diffstat (limited to 'plugins/UserFlag/UserFlagPlugin.php')
-rw-r--r-- | plugins/UserFlag/UserFlagPlugin.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/plugins/UserFlag/UserFlagPlugin.php b/plugins/UserFlag/UserFlagPlugin.php index 8728e5703..ae3dfe036 100644 --- a/plugins/UserFlag/UserFlagPlugin.php +++ b/plugins/UserFlag/UserFlagPlugin.php @@ -183,21 +183,6 @@ class UserFlagPlugin extends Plugin } /** - * Add our plugin's CSS to page output - * - * @param Action $action action being shown - * - * @return boolean hook result - */ - - function onEndShowStatusNetStyles($action) - { - $action->cssLink(common_path('plugins/UserFlag/userflag.css'), - null, 'screen, projection, tv'); - return true; - } - - /** * Initialize any flagging buttons on the page * * @param Action $action action being shown |