You are here

function autoupload_uninstall in AutoUpload 7

Implements hook_uninstall().

File

./autoupload.install, line 28
Install, update, and uninstall functions of the AutoUpload module

Code

function autoupload_uninstall() {
  variable_del('autoupload_userdefined');
  variable_del('autoupload_userdefined_disabled');
  variable_del('autoupload_predefined');
}