You are here

function mb_extra_uninstall in More Buttons 7

Implements hook_uninstall().

File

mb_extra/mb_extra.install, line 11
Installs, updates, and uninstalls More Buttons Extra.

Code

function mb_extra_uninstall() {

  // Remove variables.
  variable_del('mb_extra_destination_tabs');
  variable_del('mb_extra_confirm_cancel');
}