function fitvids_uninstall in FitVids 7
Same name and namespace in other branches
- 6 fitvids.install \fitvids_uninstall()
Uninstall the module
File
- ./
fitvids.install, line 71 - Install, update and uninstall functions for the Fitvids module.
Code
function fitvids_uninstall() {
// Delete module variables
variable_del('fitvids_selectors');
variable_del('fitvids_customselectors');
variable_del('fitvids_simplifymarkup');
}