You are here

function advagg_bundler_uninstall in Advanced CSS/JS Aggregation 7

Same name and namespace in other branches
  1. 6 advagg_bundler/advagg_bundler.install \advagg_bundler_uninstall()

Implements hook_uninstall().

File

advagg_bundler/advagg_bundler.install, line 33
Handles AdvAgg Bundler installation and upgrade tasks.

Code

function advagg_bundler_uninstall() {

  // Remove variables.
  variable_del('advagg_bundler_outdated');
  variable_del('advagg_bundler_max_css');
  variable_del('advagg_bundler_max_js');
  variable_del('advagg_bundler_active');
}