You are here

function sharedblocks_uninstall in Shared Blocks 6

Same name and namespace in other branches
  1. 7.2 sharedblocks.install \sharedblocks_uninstall()

Implementation of hook_uninstall().

File

./sharedblocks.install, line 48

Code

function sharedblocks_uninstall() {

  // @todo: Clear out variables.
  // Remove tables.
  drupal_uninstall_schema('sharedblocks');
}