You are here

function cufon_uninstall in Cufón 7.2

Implements hook_uninstall().

File

./cufon.install, line 20
Installation code for Cufon

Code

function cufon_uninstall() {

  // Variable(s) cleanup
  variable_del('cufon_selectors');
  variable_del('cufon_remote_url');
}