You are here

function cacheflush_uninstall in CacheFlush 7

Same name and namespace in other branches
  1. 7.2 cacheflush.install \cacheflush_uninstall()

Implements hook_uninstall().

File

./cacheflush.install, line 131
Install, update, and uninstall functions for the cacheflush module.

Code

function cacheflush_uninstall() {
  variable_del('cacheflush_global_config');
  variable_del('cacheflush_preset_list');
}