function cache_actions_uninstall in Cache Actions 7.2
Implements hook_uninstall().
File
- ./
cache_actions.install, line 10 - Installation tasks for cache actions.
Code
function cache_actions_uninstall() {
// Ensure the module specific variables are deleted.
variable_del('cache_actions_get_cache_bins');
variable_del('cache_actions_updated_panes');
}