You are here

function fonts_com_uninstall in @font-your-face 7.2

Implements hook_uninstall().

File

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

Code

function fonts_com_uninstall() {
  variable_del('fonts_com_project');
  variable_del('fonts_com_filter_choices');
  variable_del('fonts_com_token');
}