function responsive_favicons_uninstall in Responsive Favicons 7
Same name and namespace in other branches
- 8 responsive_favicons.install \responsive_favicons_uninstall()
Implements hook_uninstall().
File
- ./
responsive_favicons.install, line 50 - Responsive favicons install file.
Code
function responsive_favicons_uninstall() {
variable_del('responsive_favicons_path');
variable_del('responsive_favicons_tags');
variable_del('responsive_favicons_remove_default');
}