diff options
author | Zach Copley <zach@status.net> | 2010-02-02 23:17:58 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-02 23:17:58 +0000 |
commit | dd1b8076d828384ebea51d8acfe518893681e574 (patch) | |
tree | 126d9b5c9d5992591983f2c4b5e7b1263773363a /plugins/UserFlag/UserFlagPlugin.php | |
parent | 2085b506d4d4e6291156662f5930596bc657f270 (diff) | |
parent | 027c7e61fd6ecbb866a4f18111662902942d046e (diff) |
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
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 |