function commerce_uninstall in Commerce Core 7
Implements hook_uninstall().
File
- ./
commerce.install, line 28
Code
function commerce_uninstall() {
variable_del('commerce_default_currency');
variable_del('commerce_enabled_currencies');
variable_del('commerce_password_length');
}