You are here

function styleswitcher_uninstall in Style Switcher 6.2

Same name and namespace in other branches
  1. 7.2 styleswitcher.install \styleswitcher_uninstall()

Implements hook_uninstall().

File

./styleswitcher.install, line 11
Installation tasks.

Code

function styleswitcher_uninstall() {
  variable_del('styleswitcher_custom_styles');
  variable_del('styleswitcher_styles_settings');
  variable_del('styleswitcher_enable_overlay');
}