You are here

function webform_hints_uninstall in Webform Hints 6

Same name and namespace in other branches
  1. 7 webform_hints.install \webform_hints_uninstall()

Implementation of hook_uninstall().

File

./webform_hints.install, line 20
Installation file for the Webform Hints module.

Code

function webform_hints_uninstall() {
  variable_del('webform_hints_forms');
}