You are here

function asset_video_uninstall in Asset 7

Implements hook_uninstall().

File

modules/asset_video/asset_video.install, line 240
Install, update, and uninstall functions for the Asset video module.

Code

function asset_video_uninstall() {
  field_delete_field('field_asset_video_desc');
  field_delete_field('field_asset_video_file');
}