function taxonomoy_orphanage_uninstall in Taxonomy Orphanage 7
Implements hook_uninstall().
File
- ./
taxonomy_orphanage.install, line 11 - Installation, update, and uninstallation callbacks for taxonomy_orphanage.
Code
function taxonomoy_orphanage_uninstall() {
variable_del('taxonomy_orphanage_cron_roundup');
variable_del('taxonomy_orphanage_cron_limit');
}