You are here

function fontyourface_uninstall in @font-your-face 6.2

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

Implements hook_uninstall().

File

./fontyourface.install, line 20
Adds fontyourface tables for tracking fonts.

Code

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