You are here

function fiu_uninstall in Fine Image Upload 8.2

Same name and namespace in other branches
  1. 8 fiu.install \fiu_uninstall()

Implements hook_uninstall().

File

./fiu.install, line 13
Install, update, and uninstall functions for the fiu module.

Code

function fiu_uninstall() {
  ImageStyle::load('fine_image')
    ->delete();
}