You are here

function comment_delete_uninstall in Comment Delete 7

Same name and namespace in other branches
  1. 6 comment_delete.install \comment_delete_uninstall()

Implements hook_uninstall().

File

./comment_delete.install, line 22
comment_delete.install

Code

function comment_delete_uninstall() {
  variable_del('comment_delete_default');
  variable_del('comment_delete_threshold');
}