You are here

function hacked_uninstall in Hacked! 7.2

Same name and namespace in other branches
  1. 5 hacked.install \hacked_uninstall()
  2. 6.2 hacked.install \hacked_uninstall()
  3. 6 hacked.install \hacked_uninstall()

Implements hook_uninstall().

File

./hacked.install, line 22
Install functions for the Hacked! module.

Code

function hacked_uninstall() {
  variable_del('hacked_selected_file_hasher');
  variable_del('hacked_cvs_cmd');
  variable_del('hacked_last_report');
}