You are here

function slide_with_style_uninstall in Select with Style 7

Implements hook_uninstall().

File

slide_with_style/slide_with_style.install, line 11
slide_with_style.install

Code

function slide_with_style_uninstall() {
  variable_del('slide_with_style_use_in_views');
  variable_del('slide_with_style_css_directory');
}