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

Uninstall the module

File

./fitvids.install, line 60

Code

function fitvids_uninstall() {
    // Delete module variables
    variable_del('fitvids_selectors');
}