You are here

function uc_repeater_uninstall in Ubercart 5

File

uc_repeater/uc_repeater.install, line 3

Code

function uc_repeater_uninstall() {
  variable_del('uc_repeater_slaves');
  variable_del('uc_repeater_masters');
}