You are here

function google_fonts_uninstall in Google Fonts 7

Same name and namespace in other branches
  1. 6.2 google_fonts.install \google_fonts_uninstall()
  2. 7.2 google_fonts.install \google_fonts_uninstall()

Delete settings variable

File

./google_fonts.install, line 15
Installation file for Google Fonts module.

Code

function google_fonts_uninstall() {
  variable_del('google_fonts_enabled_fonts');
  variable_del('google_fonts_css_contents');
  variable_del('google_fonts_webfonts');
}