aboutsummaryrefslogtreecommitdiff
path: root/finder_menu.module
diff options
context:
space:
mode:
authorSilvio <silvio@devlet.com.br>2011-04-18 20:52:32 -0300
committerSilvio <silvio@devlet.com.br>2011-04-18 20:52:32 -0300
commit1f312b0bd7abbfed5bd267741f87b73a12c6d673 (patch)
treea7bec6c26b5fae9afaeb1a62306ddd24c809ffd6 /finder_menu.module
parent2ce7843df1816e7bb2fac1172629124a9cd2a701 (diff)
downloadfinder_menu-1f312b0bd7abbfed5bd267741f87b73a12c6d673.tar.gz
finder_menu-1f312b0bd7abbfed5bd267741f87b73a12c6d673.tar.bz2
Moving hook_uninstall() to the right place
Diffstat (limited to 'finder_menu.module')
-rw-r--r--finder_menu.module7
1 files changed, 0 insertions, 7 deletions
diff --git a/finder_menu.module b/finder_menu.module
index 50c8eca..996f94b 100644
--- a/finder_menu.module
+++ b/finder_menu.module
@@ -10,13 +10,6 @@
*/
/**
- * Implementation of hook_uninstall();
- */
-function finder_menu_uninstall() {
- variable_del('finder_menu');
-}
-
-/**
* Implementation of hook_init();
*/
function finder_menu_init() {