diff options
author | Brion Vibber <brion@pobox.com> | 2010-04-09 08:40:15 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-04-09 08:40:15 -0700 |
commit | 1f8451f4aa9128e55d4b274faf7f0cd19d56e2b8 (patch) | |
tree | 3b3d27baa6a9fce818e858073a37ba7f88524718 /plugins/MobileProfile/MobileProfilePlugin.php | |
parent | 857db1fabe8dc1d4420abad74d574c536b120ad5 (diff) | |
parent | 2be04e2a631ea9f373386bed792e7233418e2ee2 (diff) |
Merge branch 'testing' into 0.9.x
Diffstat (limited to 'plugins/MobileProfile/MobileProfilePlugin.php')
-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) { |