You are here

function brb_uninstall in Browser Bouncer (brb) 7

Implementation of kook_uninstall()

File

./brb.install, line 65
Installation file for BrB module.

Code

function brb_uninstall() {

  // Remove variables
  variable_del('brb_ie_conditional');
  variable_del('brb_overlay');
  variable_del('brb_browsers');
  variable_del('brb_title');
  variable_del('brb_body');
}