function jw_player_uninstall in JW Player 7.2
Implements hook_uninstall().
File
- ./
jw_player.install, line 60 - Install, update and uninstall functions for the JW Player module.
Code
function jw_player_uninstall() {
// Delete variables.
variable_del('jw_player_version');
variable_del('jw_player_hosting');
variable_del('jw_player_key');
variable_del('jw_player_key_7');
variable_del('jw_player_cloud_player_default');
}