You are here

function getlocations_blocks_uninstall in Get Locations 7.2

Same name and namespace in other branches
  1. 7 modules/getlocations_blocks/getlocations_blocks.install \getlocations_blocks_uninstall()

Implements hook_uninstall().

File

modules/getlocations_blocks/getlocations_blocks.install, line 14
getlocations_blocks.install @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

function getlocations_blocks_uninstall() {
  variable_del('getlocations_blocks');
}