You are here

function content_theme_debugger_uninstall in Content Theme 6

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

Implementation of hook_uninstall().

File

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

Code

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