You are here

function vsf_upload_uninstall in Visual select file 7

Implements hook_uninstall().

File

submodules/vsf_upload/vsf_upload.install, line 6

Code

function vsf_upload_uninstall() {
  variable_del('vsf_file_entity');
  variable_del('vsf_upload_scheme');
  variable_del('vsf_upload_location');
  variable_del('vsf_upload_extensions');
  variable_del('vsf_upload_size');
}