You are here

function book_made_simple_uninstall in Book made simple 7.3

Same name and namespace in other branches
  1. 6.3 book_made_simple.install \book_made_simple_uninstall()

Implements hook_uninstall().

File

./book_made_simple.install, line 30
Install file for book_made_simple.

Code

function book_made_simple_uninstall() {
  variable_del('book_made_simple_auto_main_page');
  variable_del('book_made_simple_add_types');
}