You are here

function tmgmt_uninstall in Translation Management Tool 7

Implements hook_uninstall().

File

./tmgmt.install, line 11
Installation hooks for the Translation Management module.

Code

function tmgmt_uninstall() {

  // Remove all variables that we added.
  variable_del('tmgmt_quick_checkout');
  variable_del('tmgmt_purge_finished');
}