You are here

function uc_2checkout_update_7300 in Ubercart 7.3

Remove unused variable.

File

payment/uc_2checkout/uc_2checkout.install, line 29
Install, update and uninstall functions for the uc_2checkout module.

Code

function uc_2checkout_update_7300() {
  variable_del('uc_2checkout_checkout_button');
}