You are here

function bootstrap_languages_uninstall in Bootstrap Languages 7

Implements hook_install().

File

./bootstrap_languages.install, line 22
Install, update, and uninstall functions for the bootstrap_languages module.

Code

function bootstrap_languages_uninstall() {
  variable_del('bootstrap_languages_block_settings');
}