function pmpapi_remote_files_uninstall in Public Media Platform API Integration 7
Implements hook_uninstall().
File
- pmpapi_remote_files/
pmpapi_remote_files.install, line 11 - Install, update and uninstall functions for the PMPAPI remote files module.
Code
function pmpapi_remote_files_uninstall() {
variable_del('pmpapi_remote_files_settings');
}