function styleswitcher_uninstall in Style Switcher 7.2
Same name and namespace in other branches
- 6.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');
variable_del('styleswitcher_7206_theme_default');
}