You are here

function footermap_uninstall in footermap: a footer site map 7

Implements hook_uninstall().

File

./footermap.install, line 10
Footermap install file.

Code

function footermap_uninstall() {

  // Deleting all variables created by footermap module.
  variable_del('recurse_limit');
  variable_del('footermap_heading');
  variable_del('top_menu');
  variable_del('avail_menus');
  variable_del('sys_menus');
}