You are here

function asset_image_uninstall in Asset 7

Implements hook_uninstall().

File

modules/asset_image/asset_image.install, line 315
Install, update, and uninstall functions for the Asset image module.

Code

function asset_image_uninstall() {
  field_delete_field('field_asset_image_description');
  field_delete_field('field_asset_image_copyright');
  field_delete_field('field_asset_image');
}