You are here

function jplayer_protect_uninstall in jPlayer 7.2

Same name and namespace in other branches
  1. 6 jplayer_protect/jplayer_protect.install \jplayer_protect_uninstall()

Implements hook_uninstall().

File

jplayer_protect/jplayer_protect.install, line 82
Installation hooks for the jplayer_protect module.

Code

function jplayer_protect_uninstall() {
  variable_del('jplayer_protect');
}