You are here

function getlocations_smartip_uninstall in Get Locations 7.2

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

Implements hook_uninstall().

File

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

Code

function getlocations_smartip_uninstall() {
  variable_del('getlocations_smartip_defaults');
  variable_del('getlocations_smartip_paths');
}