diff options
author | Evan Prodromou <evan@status.net> | 2010-04-09 09:55:06 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-04-09 09:55:06 -0400 |
commit | 674b0ddaace4a478092a89b9f63eedb3c4ad63e4 (patch) | |
tree | 822db4b22eabb631614094c4f69e6fc54414660c /plugins/MobileProfile | |
parent | 8ec7ebbeac157284cc87369da54f3a762c9c4c27 (diff) | |
parent | 05e373d29b91cf929d0ac2ad74a90dce264df022 (diff) |
Merge branch 'master' of gitorious.org:statusnet/mainline
Diffstat (limited to 'plugins/MobileProfile')
-rw-r--r-- | plugins/MobileProfile/MobileProfilePlugin.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php index 60bb3b68f..1c61b4fe5 100644 --- a/plugins/MobileProfile/MobileProfilePlugin.php +++ b/plugins/MobileProfile/MobileProfilePlugin.php @@ -234,24 +234,6 @@ class MobileProfilePlugin extends WAP20Plugin } - function onStartShowHeadElements($action) - { - // @fixme nothing appears to set a serveMobile on any action, - // so this is useless and spews errors. Is this supposed to be - // checking $this? - //if (!$action->serveMobile) { - // return true; - //} - - $action->showTitle(); - $action->showShortcutIcon(); - $action->showStylesheets(); - $action->showFeeds(); - $action->showDescription(); - $action->extraHead(); - } - - function onStartShowStatusNetStyles($action) { if (!$this->serveMobile) { |