You are here

function page_theme_debugger_uninstall in Page Theme 6

Same name and namespace in other branches
  1. 7 page_theme_debugger/page_theme_debugger.install \page_theme_debugger_uninstall()

Implementation of hook_uninstall().

File

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

Code

function page_theme_debugger_uninstall() {
  variable_del('page_theme_debugger_blacklist');
}