You are here

function uc_payment_update_7000 in Ubercart 7.3

Remove unused variables.

File

payment/uc_payment/uc_payment.install, line 128
Install, update and uninstall functions for the uc_payment module.

Code

function uc_payment_update_7000() {
  variable_del('uc_payment_tracking');
  variable_del('uc_payment_deleting');
  variable_del('uc_payment_logging');
  variable_del('uc_default_payment_msg');
}