diff --git a/imp/lib/Ajax/Application/Handler/Draft.php b/imp/lib/Ajax/Application/Handler/Draft.php index dfdfa637863..d5077837584 100644 --- a/imp/lib/Ajax/Application/Handler/Draft.php +++ b/imp/lib/Ajax/Application/Handler/Draft.php @@ -113,10 +113,6 @@ protected function _draftAction($action) } switch ($action) { - case 'autoSaveDraft': - $GLOBALS['notification']->push(_("Draft automatically saved."), 'horde.message'); - break; - case 'saveDraft': if ($GLOBALS['prefs']->getValue('close_draft')) { $imp_compose->destroy('save_draft');