You are here

function uc_product_update_7004 in Ubercart 7.3

Remove unused variables.

File

uc_product/uc_product.install, line 362
Install, update and uninstall functions for the uc_product module.

Code

function uc_product_update_7004() {
  variable_del('uc_product_add_to_cart_teaser');
  variable_del('uc_teaser_add_to_cart_text');
  variable_del('uc_product_add_to_cart_text');
}