You are here

function asset_document_uninstall in Asset 7

Implements hook_uninstall().

File

modules/asset_document/asset_document.install, line 208
Install, update, and uninstall functions for the Asset document module.

Code

function asset_document_uninstall() {
  field_delete_field('field_asset_document_desc');
  field_delete_field('field_asset_document_file');
}