This code is not used anywhere
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 18 Sep 2009 16:05:51 +0000 (10:05 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 18 Sep 2009 19:01:56 +0000 (13:01 -0600)
imp/lib/Application.php

index 06c8ad4..b234a1c 100644 (file)
@@ -511,10 +511,6 @@ class IMP_Application extends Horde_Registry_Application
             $this->_prefsEncryptSelect();
             return true;
 
-        case 'defaultsearchselect':
-            $this->_prefsDefaultSearchSelect();
-            return true;
-
         case 'soundselect':
             return $GLOBALS['prefs']->setValue('nav_audio', Horde_Util::getFormData('nav_audio'));
 
@@ -736,15 +732,6 @@ class IMP_Application extends Horde_Registry_Application
     /**
      * TODO
      */
-    protected function _prefsDefaultSearchSelect()
-    {
-        $default_search = Horde_Util::getFormData('default_search');
-        $GLOBALS['prefs']->setValue('default_search', $default_search);
-    }
-
-    /**
-     * TODO
-     */
     protected function _prefsFlagManagement()
     {
         $imp_flags = IMP_Imap_Flags::singleton();