You are here

function simplemeta_uninstall in Simple Meta 7

Same name and namespace in other branches
  1. 6.2 simplemeta.install \simplemeta_uninstall()
  2. 7.2 simplemeta.install \simplemeta_uninstall()

Implements hook_uninstall().

File

./simplemeta.install, line 70
Installation hooks and helper functions

Code

function simplemeta_uninstall() {
  variable_del('simplemeta_form_enable');
  variable_del('simplemeta_language_enable');
}