You are here

function drafty_uninstall in Drafty 7

Implements hook_uninstall().

File

./drafty.install, line 11
Installation, uninstall and update hooks for the Drafty module.

Code

function drafty_uninstall() {
  variable_del('drafty_delete_old_revisions');
  variable_del('drafty_delete_with_cron');
}