function profanity_uninstall in Profanity 7
Implements hook_uninstall().
File
- ./
profanity.install, line 89 - Install file for profanity.
Code
function profanity_uninstall() {
variable_del('profanity_protect_the_titles');
variable_del('profanity_title_entities');
variable_del('profanity_title_lists');
variable_del('profanity_protect_user_reg');
variable_del('profanity_protect_user_reg_lists');
variable_del('profanity_protect_user_reg_message');
variable_del('profanity_supply_entity_properties');
variable_del('profanity_supply_entity_properties_lists');
}