You are here

function bootstrap_tour_uninstall in Bootstrap Tour 7.2

Implements hook_uninstall().

File

./bootstrap_tour.install, line 15

Code

function bootstrap_tour_uninstall() {
  field_attach_delete_bundle('bootstrap_tour', 'bootstrap_tour');
}