You are here

function exif_custom_uninstall in EXIF Custom 7

Implements hook_uninstall().

File

./exif_custom.install, line 86
Schema and update hook implementations for the EXIF Custom module.

Code

function exif_custom_uninstall() {
  variable_del('exif_custom_default');
  variable_del('exif_custom_exclude_paths');
  variable_del('exif_custom_overwrite_existing');
  variable_del('exif_custom_request_method');
}