You are here

function fitvids_uninstall in FitVids 6

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

Uninstall the module

File

./fitvids.install, line 56
Install, update and uninstall functions for the Fitvids module.

Code

function fitvids_uninstall() {

  // Delete module variables
  variable_del('fitvids_selectors');
}