Same name and namespace in other branches
  1. 7.x-1.4 fitvids.install \fitvids_uninstall() 1 comment

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');
}