function imagecrop_uninstall in Image javascript crop 7
Same name and namespace in other branches
- 5 imagecrop.install \imagecrop_uninstall()
- 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');
}