You are here

function fontyourface_uninstall in @font-your-face 7.2

Same name and namespace in other branches
  1. 8.3 fontyourface.install \fontyourface_uninstall()
  2. 6.2 fontyourface.install \fontyourface_uninstall()
  3. 6 fontyourface.install \fontyourface_uninstall()

Implements hook_uninstall().

File

./fontyourface.install, line 296
Adds fontyourface tables for tracking fonts.

Code

function fontyourface_uninstall() {
  variable_del('fontyourface_short_preview_text');
  variable_del('fontyourface_detailed_logging');
  variable_del('fontyourface_load_everywhere');
  variable_del('fontyourface_css_md5');
}