You are here

function commerce_cp_uninstall in Commerce Cart Pane 7

Implements hook_uninstall().

File

./commerce_cp.install, line 17

Code

function commerce_cp_uninstall() {
  variable_del('commerce_cp_panes_weight');
}