You are here

function getlocations_location_taxonomize_uninstall in Get Locations 7

Same name and namespace in other branches
  1. 7.2 modules/getlocations_location_taxonomize/getlocations_location_taxonomize.install \getlocations_location_taxonomize_uninstall()

Implements hook_uninstall().

File

modules/getlocations_location_taxonomize/getlocations_location_taxonomize.install, line 40

Code

function getlocations_location_taxonomize_uninstall() {

  // delete all variables created by this modules
  _getlocations_location_taxonomize_del_variables();
}