You are here

function google_image_sitemap_uninstall in Google Image Sitemap 6

Implements hook_uninstall().

File

./google_image_sitemap.install, line 74
Install, update and uninstall functions for the google_image_sitemap module

Code

function google_image_sitemap_uninstall() {
  drupal_uninstall_schema('google_image_sitemap');
}