You are here

function fontdeck_uninstall in @font-your-face 7.2

Implements hook_uninstall().

File

modules/fontdeck/fontdeck.install, line 34
Removes fonts on disable.

Code

function fontdeck_uninstall() {
  variable_del('fontdeck_project');
  variable_del('fontdeck_css');
}