From c2ad34cad8e925386f5b64f2229f75d4aeb08afd Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 9 Sep 2010 11:00:00 -0600 Subject: [PATCH] cleanups --- shout/lib/Ajax/Application.php | 18 ------------------ 1 file changed, 18 deletions(-) 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; - } } -- 2.11.0