Same name and namespace in other branches
- 7.x-1.4 fitvids.install \fitvids_uninstall()
Uninstall the module
File
-
./
fitvids.install, line 71
Code
function fitvids_uninstall() {
// Delete module variables
variable_del('fitvids_selectors');
variable_del('fitvids_customselectors');
variable_del('fitvids_simplifymarkup');
}