function closeblock_uninstall in Close Block 6
Same name and namespace in other branches
- 8 closeblock.install \closeblock_uninstall()
- 7 closeblock.install \closeblock_uninstall()
Implements hook_uninstall().
File
- ./closeblock.install, line 76 
- Install hooks for Closeblock.
Code
function closeblock_uninstall() {
  drupal_uninstall_schema('closeblock');
  variable_del('closeblock_settings');
}