You are here

function shortcut_per_role_uninstall in Shortcut per Role 7

Implements hook_uninstall()

File

./shortcut_per_role.install, line 11
Install, update, and uninstall Shortcut per Role.

Code

function shortcut_per_role_uninstall() {
  variable_del('shortcut_per_role');
}