You are here

function cf_menu_uninstall in Common Functionality 7

Implementation of hook_uninstall().

File

modules/cf_menu/cf_menu.install, line 13

Code

function cf_menu_uninstall() {
  variable_del('cf_menu_accessibility_page');
}