You are here

function taxonomy_container_uninstall in Taxonomy container 6

Implements hook_uninstall().

File

./taxonomy_container.install, line 12
Installation file for Taxonomy container module.

Code

function taxonomy_container_uninstall() {
  variable_del('taxonomy_container_vids');
}