You are here

function commerce_square_uninstall in Commerce Square Connect 7

Same name and namespace in other branches
  1. 8 commerce_square.install \commerce_square_uninstall()

Implements hook_uninstall().

File

./commerce_square.install, line 49
Commerce Square install file.

Code

function commerce_square_uninstall() {
  variable_del('commerce_square_settings');
}