You are here

function image_hotspots_uninstall in Image Hotspots 7.2

Implements hook_uninstall().

File

./image_hotspots.install, line 83

Code

function image_hotspots_uninstall() {
  variable_del('image_hotspot_fields');
  variable_del('image_hotspots_settings');
}