function commerce_apd_uninstall in Auto Product Display 7
Implements hook_uninstall().
File
- ./
commerce_apd.install, line 11 - Contain function for uninstalling Auto Product Display
Code
function commerce_apd_uninstall() {
// Delete the unused variables.
variable_del('commerce_apd_product_display');
variable_del('commerce_apd_show_product_display_form');
}