function fc_uninstall in Field Complete 7
Implements hook_uninstall().
File
- ./
fc.install, line 23 - Field Complete - Provides field-based completeness for any entity - install.
Code
function fc_uninstall() {
variable_del('fc_entity_types');
variable_del('fc_js_ids');
variable_del('fc_tooltip');
}