You are here

function imageapi_gd_uninstall in ImageAPI 6

Implementation of hook_uninstall().

File

./imageapi_gd.install, line 82

Code

function imageapi_gd_uninstall() {
  variable_del('imageapi_jpeg_quality');
}