You are here

function content_theme_debugger_uninstall in Content Theme 7

Same name and namespace in other branches
  1. 6 content_theme_debugger/content_theme_debugger.install \content_theme_debugger_uninstall()

Implements hook_uninstall().

File

content_theme_debugger/content_theme_debugger.install, line 25
Install, update and uninstall functions for the content_theme_debugger module.

Code

function content_theme_debugger_uninstall() {
  variable_del('content_theme_debugger_blacklist');
}