You are here

function jplayer_protect_uninstall in jPlayer 6

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

Implementation of hook_uninstall().

File

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

Code

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