aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author= <jorgesumle@freakspot.net>2017-02-06 00:23:50 +0100
committer= <jorgesumle@freakspot.net>2017-02-06 00:23:50 +0100
commit696940cbb808d45ae7cf503f3d86532992609286 (patch)
tree5a1a75799398c7c4dafba3d3e1843fafdca3e693
parentc8ee7e6f575ff999d1b85ed5c99ec5a124c56609 (diff)
downloadlibrevideojs-html5-player-696940cbb808d45ae7cf503f3d86532992609286.tar.lz
librevideojs-html5-player-696940cbb808d45ae7cf503f3d86532992609286.tar.xz
librevideojs-html5-player-696940cbb808d45ae7cf503f3d86532992609286.zip
Remove unused style
-rw-r--r--Librevideojs-html5-player.css2
-rw-r--r--librevideojs-html5-player.php2
2 files changed, 0 insertions, 4 deletions
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');