You are here

function fontyourface_uninstall in @font-your-face 6

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

Implements hook_uninstall().

File

./fontyourface.install, line 20
Adds fontyourface table for tracking used fonts.

Code

function fontyourface_uninstall() {
  drupal_uninstall_schema('fontyourface');
}