function contact_uninstall

Implements hook_uninstall().

File

drupal/modules/contact/contact.install, line 85
Install, update and uninstall functions for the contact module.

Code

function contact_uninstall() {
  variable_del('contact_default_status');
  variable_del('contact_threshold_limit');
  variable_del('contact_threshold_window');
}