You are here

function currency_uninstall in Currency 7.2

Same name and namespace in other branches
  1. 5 currency.install \currency_uninstall()

Implements hook_uninstall().

File

currency/currency.install, line 149

Code

function currency_uninstall() {
  variable_del('currency_exchanger');
}