You are here

function imageblock_uninstall in Image Block 7

Same name and namespace in other branches
  1. 6 imageblock.install \imageblock_uninstall()

Implements hook_uninstall().

File

./imageblock.install, line 71
imageblock.install Contains install and update functions for Image Block module.

Code

function imageblock_uninstall() {
  variable_del('imageblock_max_file_size');
  variable_del('imageblock_max_dimensions');
  variable_del('imageblock_image_path');
}