You are here

function favicon_uninstall in Favicon 7.2

Implements hook_uninstall().

File

./favicon.install, line 6

Code

function favicon_uninstall() {
  variable_del('favicon_uri');
  variable_del('favicon_delivery_callback');
  variable_del('favicon_page_cache_maximum_size');
}