You are here

function sharedblocks_uninstall in Shared Blocks 7.2

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

Implements hook_uninstall().

File

./sharedblocks.install, line 65
Install, update and uninstall functions for the sharedblocks module.

Code

function sharedblocks_uninstall() {
  variable_del('sharedblocks_publish');
  variable_del('sharedblocks_require_token');
}