Fix weird triplication I introduced when rebasing today.
authorGunnar Wrobel <p@rdus.de>
Wed, 17 Mar 2010 22:25:40 +0000 (23:25 +0100)
committerGunnar Wrobel <wrobel@temple.(none)>
Wed, 17 Mar 2010 22:26:12 +0000 (23:26 +0100)
shout/lib/Ajax/Application.php

index 68c9683..9fe31af 100644 (file)
@@ -212,28 +212,6 @@ class Shout_Ajax_Application extends Horde_Ajax_Application_Base
         }
     }
 
-    public function getRecordings()
-    {
-        try {
-            return Shout::getRecordings($_SESSION['shout']['curaccount']);
-        } catch (Exception $e) {
-            //FIXME: Create a way to notify the user of the failure.
-            Horde::logMessage($e->getMessage(), __FILE__, __LINE__, PEAR_LOG_ERR);
-            return false;
-        }
-    }
-
-    public function getRecordings()
-    {
-        try {
-            return Shout::getRecordings($_SESSION['shout']['curaccount']);
-        } catch (Exception $e) {
-            //FIXME: Create a way to notify the user of the failure.
-            Horde::logMessage($e->getMessage(), __FILE__, __LINE__, PEAR_LOG_ERR);
-            return false;
-        }
-    }
-
     public function responseType()
     {
         return $this->_responseType;