You are here

function uc_weightquote_uninstall in Ubercart 6.2

Same name and namespace in other branches
  1. 5 shipping/uc_weightquote/uc_weightquote.install \uc_weightquote_uninstall()

Implements hook_uninstall().

File

shipping/uc_weightquote/uc_weightquote.install, line 105
Install modules for uc_weightquote.module.

Code

function uc_weightquote_uninstall() {
  drupal_uninstall_schema('uc_weightquote');
  variable_del('uc_weightquote_base_rate');
  variable_del('uc_weightquote_product_default');
}