function imageapi_uninstall in ImageAPI 6
Same name and namespace in other branches
- 5 imageapi.install \imageapi_uninstall()
Implementation of hook_uninstall().
File
- ./
imageapi.install, line 39
Code
function imageapi_uninstall() {
variable_del('imageapi_image_toolkit');
}