Browse Source

Remove unused hook

pdontthink 11 years ago
parent
commit
41dbe6fe7e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      plugins/squirrelspell/setup.php

+ 0 - 2
plugins/squirrelspell/setup.php

@@ -26,8 +26,6 @@ function squirrelmail_plugin_init_squirrelspell() {
       'squirrelspell_setup';
       'squirrelspell_setup';
   $squirrelmail_plugin_hooks['optpage_register_block']['squirrelspell'] =
   $squirrelmail_plugin_hooks['optpage_register_block']['squirrelspell'] =
       'squirrelspell_optpage_register_block';
       'squirrelspell_optpage_register_block';
-  $squirrelmail_plugin_hooks['options_link_and_description']['squirrelspell'] =
-      'squirrelspell_options';
   $squirrelmail_plugin_hooks['right_main_after_header']['squirrelspell'] =
   $squirrelmail_plugin_hooks['right_main_after_header']['squirrelspell'] =
       'squirrelspell_upgrade';
       'squirrelspell_upgrade';
 }
 }