You are here

function power_menu_uninstall in Power Menu 7

Same name and namespace in other branches
  1. 6 power_menu.install \power_menu_uninstall()
  2. 7.2 power_menu.install \power_menu_uninstall()

Implements hook_uninstall().

File

./power_menu.install, line 11
just containing the stuff for install and uninstall

Code

function power_menu_uninstall() {
  variable_del('power_menu_taxonomy_field');
  variable_del('power_menu_menu');
}