You are here

function smartqueue_uninstall in Nodequeue 6.2

Implementation of hook_uninstall().

File

./smartqueue.install, line 44
Install, update and uninstall functions for the smartqueue module.

Code

function smartqueue_uninstall() {
  drupal_uninstall_schema('smartqueue');
}