You are here

function asset_gallery_uninstall in Asset 7

Implements hook_uninstall().

File

modules/asset_gallery/asset_gallery.install, line 283
Install, update, and uninstall functions for the Asset gallery module.

Code

function asset_gallery_uninstall() {
  field_delete_field('field_asset_gallery_desc');
  field_delete_field('field_asset_gallery_images');
}