You are here

function uc_paypal_update_7301 in Ubercart 7.3

Remove unused variable.

File

payment/uc_paypal/uc_paypal.install, line 202
Install, update and uninstall functions for the uc_paypal module.

Code

function uc_paypal_update_7301() {
  variable_del('uc_paypal_wps_checkout_button');
}