You are here

function imagecrop_uninstall in Image javascript crop 7

Same name and namespace in other branches
  1. 5 imagecrop.install \imagecrop_uninstall()
  2. 6 imagecrop.install \imagecrop_uninstall()

Implements hook_uninstall().

File

./imagecrop.install, line 57
Install / Uninstall file for Imagecrop.

Code

function imagecrop_uninstall() {
  variable_del('imagecrop_popup_height');
  variable_del('imagecrop_popup_width');
  variable_del('imagecrop_popup');
}