You are here

function apps_uninstall in Apps 7

Implements hook_uninstall().

File

./apps.install, line 10
Install operation for apps

Code

function apps_uninstall() {
  variable_del('apps_offline_mode');
  variable_del('apps_enable_dev_console');
  variable_del('apps_allow_voting');
  variable_del('apps_install_path');
}