You are here

function tipsy_uninstall in Tipsy 7

Same name and namespace in other branches
  1. 8 tipsy.install \tipsy_uninstall()

Implements hook_uninstall().

File

./tipsy.install, line 22
Install, update and uninstall functions for the tipsy module.

Code

function tipsy_uninstall() {
  variable_del('tipsy');
}