You are here

function content_type_overview_uninstall in Content type overview 6

Same name and namespace in other branches
  1. 7 content_type_overview.install \content_type_overview_uninstall()

Implementation of hook_uninstall().

File

./content_type_overview.install, line 13

Code

function content_type_overview_uninstall() {
  variable_del('content_type_overview_types');
  variable_del('content_type_overview_shorten_labels');
}