You are here

function themekey_css_uninstall in ThemeKey 7.3

Implements hook_uninstall().

File

themekey_css/themekey_css.install, line 54
Database schema of

Code

function themekey_css_uninstall() {
  variable_del('themekey_css_files');
}