You are here

function bootstrap_library_uninstall in Bootstrap Library 7

Implementation of hook_uninstall(). Only clears our variables, so a fresh installation can repopulate them.

File

./bootstrap_library.install, line 49
bootstrap_library.install Installation and update functions for the Bootstrap Library Module

Code

function bootstrap_library_uninstall() {

  // Settings.
  variable_del('bootstrap_library_settings');
}