You are here

function closeblock_uninstall in Close Block 7

Same name and namespace in other branches
  1. 8 closeblock.install \closeblock_uninstall()
  2. 6 closeblock.install \closeblock_uninstall()

Implements hook_uninstall().

File

./closeblock.install, line 69
Install hooks for Closeblock.

Code

function closeblock_uninstall() {
  variable_del('closeblock_settings');
}