function getlocations_gps_uninstall in Get Locations 7
Same name and namespace in other branches
- 7.2 modules/getlocations_gps/getlocations_gps.install \getlocations_gps_uninstall()
Implements hook_uninstall().
File
- modules/
getlocations_gps/ getlocations_gps.install, line 15 - getlocations_gps.install @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
Code
function getlocations_gps_uninstall() {
variable_del('getlocations_gps_defaults');
variable_del('getlocations_gps_paths');
}