You are here

function jplayer_uninstall in jPlayer 6

Same name and namespace in other branches
  1. 8.2 jplayer.install \jplayer_uninstall()
  2. 7.2 jplayer.install \jplayer_uninstall()

Implementation of hook_uninstall().

File

./jplayer.install, line 46
Installation file for jPlayer module.

Code

function jplayer_uninstall() {
  drupal_uninstall_schema('jplayer');
  variable_del('jplayer_pause_others');
}