You are here

function uc_roles_update_7300 in Ubercart 7.3

Remove unused variables.

File

uc_roles/uc_roles.install, line 206
Install, update and uninstall functions for the uc_roles module.

Code

function uc_roles_update_7300() {
  variable_del('uc_roles_default_expiration_header');
  variable_del('uc_roles_default_expiration_message');
  variable_del('uc_roles_default_expiration_title');
}