You are here

function autofill_uninstall in Autofill 6

Implements hook_uninstall().

File

./autofill.install, line 10
Installation file for the Autofill module.

Code

function autofill_uninstall() {
  variable_del('autofill_colour_default');
  variable_del('autofill_colour_active');
  variable_del('autofill_id_field_combos');
}