From: Michael M Slusarz Date: Thu, 9 Sep 2010 17:00:00 +0000 (-0600) Subject: cleanups X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c2ad34cad8e925386f5b64f2229f75d4aeb08afd;p=horde.git cleanups --- diff --git a/shout/lib/Ajax/Application.php b/shout/lib/Ajax/Application.php index 22a91d9f6..96b8b8f1f 100644 --- a/shout/lib/Ajax/Application.php +++ b/shout/lib/Ajax/Application.php @@ -13,20 +13,6 @@ */ class Shout_Ajax_Application extends Horde_Core_Ajax_Application { - protected $_responseType = 'json'; - /** - * Returns a notification handler object to use to output any - * notification messages triggered by the action. - * - * @return Horde_Notification_Handler_Base The notification handler. - */ - public function notificationHandler() - { - // FIXME: Create Shout notification handler - //return $GLOBALS['kronolith_notify']; - return null; - } - public function saveExtension() { try { @@ -247,8 +233,4 @@ class Shout_Ajax_Application extends Horde_Core_Ajax_Application return true; } - public function responseType() - { - return $this->_responseType; - } }