You are here

function mobile_theme_uninstall in Mobile Theme 7

Same name and namespace in other branches
  1. 5 mobile_theme.install \mobile_theme_uninstall()
  2. 6 mobile_theme.install \mobile_theme_uninstall()

Uninstalling the Mobile Theme module removes the saved variable.

File

./mobile_theme.install, line 6

Code

function mobile_theme_uninstall() {
  variable_del('mobile_theme_selection');
  variable_del('mobile_theme_detection');
}