You are here

function uc_order_update_7006 in Ubercart 7.3

Remove unused variable.

File

uc_order/uc_order.install, line 851
Install, update and uninstall functions for the uc_order module.

Code

function uc_order_update_7006() {
  variable_del('uc_order_number_displayed');
}