You are here

function videojs_hls_uninstall in Video.js (HTML5 Video Player) 7.2

Same name and namespace in other branches
  1. 7.3 modules/videojs_hls/videojs_hls.install \videojs_hls_uninstall()

Implements hook_uninstall().

File

modules/videojs_hls/videojs_hls.install, line 19
Installation file for Video.js HTTP Live Streaming module

Code

function videojs_hls_uninstall() {
  variable_del('videojs_hls_delivery_type');
  variable_del('videojs_hls_delivery_static_scheme');
  variable_del('videojs_hls_delivery_static_path');
}