You are here

function getlocations_location_taxonomize_uninstall in Get Locations 7.2

Same name and namespace in other branches
  1. 7 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 39

Code

function getlocations_location_taxonomize_uninstall() {

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