cleanups
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 9 Sep 2010 17:00:00 +0000 (11:00 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 9 Sep 2010 19:59:23 +0000 (13:59 -0600)
shout/lib/Ajax/Application.php

index 22a91d9..96b8b8f 100644 (file)
  */
 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;
-    }
 }