You are here

function select_with_style_uninstall in Select with Style 7

Implements hook_uninstall().

File

select_with_style/select_with_style.install, line 37
select_with_style.install

Code

function select_with_style_uninstall() {
  variable_del('select_with_style_use_in_views');
  variable_del('select_with_style_show_widgets_in_field_list');
  variable_del('select_with_style_def_hierarchy_depth_prefix');
  variable_del('select_with_style_def_term_transform_callback');
  variable_del('select_with_style_def_multi_select_height');
  variable_del('select_with_style_css_directory');
  variable_del('select_with_style_def_css_files');
}