You are here

function complete_profile_uninstall in Complete profile 7

Implements hook_uninstall().

File

./complete_profile.install, line 6

Code

function complete_profile_uninstall() {
  variable_del('complete_profile_exclude_paths');
  variable_del('complete_profile_check_timestamp');
}