You are here

function vertical_tabs_uninstall in Vertical Tabs 6

Implement hook_uninstall().

File

./vertical_tabs.install, line 27
Install, update and uninstall functions for the vertical_tabs module.

Code

function vertical_tabs_uninstall() {
  variable_del('vertical_tabs_forms');
  variable_del('vertical_tabs_default');
  variable_del('vertical_tabs_minimum');
}