From: pdontthink Date: Mon, 30 Dec 2013 04:46:19 +0000 (+0000) Subject: Remove unused hook X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=785fda95d72ef1fcd6a7e0198ff708e477e88be3 Remove unused hook git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14412 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/squirrelspell/setup.php b/plugins/squirrelspell/setup.php index 232169cb..c39ee0e0 100644 --- a/plugins/squirrelspell/setup.php +++ b/plugins/squirrelspell/setup.php @@ -26,8 +26,6 @@ function squirrelmail_plugin_init_squirrelspell() { 'squirrelspell_setup'; $squirrelmail_plugin_hooks['optpage_register_block']['squirrelspell'] = 'squirrelspell_optpage_register_block'; - $squirrelmail_plugin_hooks['options_link_and_description']['squirrelspell'] = - 'squirrelspell_options'; $squirrelmail_plugin_hooks['right_main_after_header']['squirrelspell'] = 'squirrelspell_upgrade'; }