You are here

function webform_anonymous_uninstall in Webform Anonymous 6

Implements hook_uninstall().

File

./webform_anonymous.install, line 19
Webform Anonymous module install/schema hooks.

Code

function webform_anonymous_uninstall() {
  drupal_uninstall_schema('webform_anonymous');
}