You are here

function media_browser_plus_uninstall in Media Browser Plus 7

Same name and namespace in other branches
  1. 7.3 media_browser_plus.install \media_browser_plus_uninstall()
  2. 7.2 media_browser_plus.install \media_browser_plus_uninstall()

Implements hook_install().

@TODO: discuss if this should be done

File

./media_browser_plus.install, line 165
Install file for media_browser_plus.

Code

function media_browser_plus_uninstall() {
  field_delete_field('field_folder');
  field_delete_field('field_tags');
  variable_del('media_media_per_page');
  variable_del('media_grid_window_height');
  variable_del('media_page_items_per_page');
  variable_del('media_root_folder');
}