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.css | 2 -- librevideojs-html5-player.php | 2 -- 2 files changed, 4 deletions(-) delete mode 100644 Librevideojs-html5-player.css diff --git a/Librevideojs-html5-player.css b/Librevideojs-html5-player.css deleted file mode 100644 index 139597f..0000000 --- a/Librevideojs-html5-player.css +++ /dev/null @@ -1,2 +0,0 @@ - - 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