You are here

function mlpanels_uninstall in Multilingual Panels 7

Implements hook_uninstall().

File

./mlpanels.install, line 10
Install file.

Code

function mlpanels_uninstall() {
  module_load_include('module', 'mlpanels');
  variable_del(MLPANELS_VARIABLE_SETTINGS);
}