From 696940cbb808d45ae7cf503f3d86532992609286 Mon Sep 17 00:00:00 2001 From: = Date: Mon, 6 Feb 2017 00:23:50 +0100 Subject: Remove unused style --- librevideojs-html5-player.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'librevideojs-html5-player.php') diff --git a/librevideojs-html5-player.php b/librevideojs-html5-player.php index 6c3ed5e..a078d38 100644 --- a/librevideojs-html5-player.php +++ b/librevideojs-html5-player.php @@ -93,8 +93,6 @@ function librevideojs_html5_player_enqueue_scripts() { wp_enqueue_style('librevideojs-mix-master-style'); wp_register_style('librevideojs-material-style', $plugin_url . '/librevideojs/css/librevideojs-material/master.css', array(), '1.4'); wp_enqueue_style('librevideojs-material-style'); - wp_register_style('librevideojs-style', $plugin_url . '/librevideojs-html5-player.css'); - wp_enqueue_style('librevideojs-style'); wp_register_script('librevideojs-selector', $plugin_url . '/librevideojs/selector/video-quality-selector.js', array(), LIBREVIDEOJS_HTML5_PLAYER_VERSION); wp_enqueue_script('librevideojs-selector'); wp_register_style('librevideojs-selector', $plugin_url . '/librevideojs/selector/video-quality-selector.css', array(), '1.4'); -- cgit v1.2.3