[vlc-commits] qt: Remove unused pixmaps/resources

Hugo Beauzée-Luyssen git at videolan.org
Wed May 10 13:24:44 CEST 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu May  4 17:03:11 2017 +0200| [ec63c2cd7b3a94b870ad5ff658ade1efdacaa1b4] | committer: Hugo Beauzée-Luyssen

qt: Remove unused pixmaps/resources

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ec63c2cd7b3a94b870ad5ff658ade1efdacaa1b4
---

 modules/gui/qt/Makefile.am                      |   3 ---
 modules/gui/qt/pixmaps/arrow_down_dark.png      | Bin 126 -> 0 bytes
 modules/gui/qt/pixmaps/playlist/jumpto.png      | Bin 383 -> 0 bytes
 modules/gui/qt/pixmaps/playlist/shuffle_off.png | Bin 125 -> 0 bytes
 modules/gui/qt/vlc.qrc                          |   2 --
 5 files changed, 5 deletions(-)

diff --git a/modules/gui/qt/Makefile.am b/modules/gui/qt/Makefile.am
index 22e2b54697..a63681c4c8 100644
--- a/modules/gui/qt/Makefile.am
+++ b/modules/gui/qt/Makefile.am
@@ -295,7 +295,6 @@ EXTRA_DIST = $(libqt_plugin_la_UI)
 # Resources
 
 DEPS_res = \
-	pixmaps/arrow_down_dark.png \
 	pixmaps/clear.png \
 	pixmaps/eject.png \
 	pixmaps/faster.png \
@@ -321,13 +320,11 @@ DEPS_res = \
 	pixmaps/play.png \
 	pixmaps/play_16px.png \
 	pixmaps/playlist/add.png \
-	pixmaps/playlist/jumpto.png \
 	pixmaps/playlist/playlist.png \
 	pixmaps/playlist/remove.png \
 	pixmaps/playlist/repeat_all.png \
 	pixmaps/playlist/repeat_off.png \
 	pixmaps/playlist/repeat_one.png \
-	pixmaps/playlist/shuffle_off.png \
 	pixmaps/playlist/shuffle_on.png \
 	pixmaps/playlist/dropzone.png \
 	pixmaps/playlist/sidebar-icons/capture.png \
diff --git a/modules/gui/qt/pixmaps/arrow_down_dark.png b/modules/gui/qt/pixmaps/arrow_down_dark.png
deleted file mode 100644
index 9c6ff43e1c..0000000000
Binary files a/modules/gui/qt/pixmaps/arrow_down_dark.png and /dev/null differ
diff --git a/modules/gui/qt/pixmaps/playlist/jumpto.png b/modules/gui/qt/pixmaps/playlist/jumpto.png
deleted file mode 100644
index 7f603cbbba..0000000000
Binary files a/modules/gui/qt/pixmaps/playlist/jumpto.png and /dev/null differ
diff --git a/modules/gui/qt/pixmaps/playlist/shuffle_off.png b/modules/gui/qt/pixmaps/playlist/shuffle_off.png
deleted file mode 100644
index aac1f96614..0000000000
Binary files a/modules/gui/qt/pixmaps/playlist/shuffle_off.png and /dev/null differ
diff --git a/modules/gui/qt/vlc.qrc b/modules/gui/qt/vlc.qrc
index 78e88d989b..c294597ad5 100644
--- a/modules/gui/qt/vlc.qrc
+++ b/modules/gui/qt/vlc.qrc
@@ -74,7 +74,6 @@
         <file alias="repeat_all">pixmaps/playlist/repeat_all.png</file>
         <file alias="repeat_one">pixmaps/playlist/repeat_one.png</file>
         <file alias="shuffle_on">pixmaps/playlist/shuffle_on.png</file>
-        <file alias="jump_to">pixmaps/playlist/jumpto.png</file>
     </qresource>
     <qresource prefix="/type">
         <file alias="capture-card">pixmaps/types/capture-card_16px.png</file>
@@ -90,7 +89,6 @@
         <file alias="playlist">pixmaps/types/type_playlist.png</file>
     </qresource>
     <qresource prefix="/">
-        <file alias="down_arrow">pixmaps/arrow_down_dark.png</file>
         <file alias="update">pixmaps/update.png</file>
         <file alias="noart.png">pixmaps/noart.png</file>
         <file alias="noart64">pixmaps/noart-64.png</file>



More information about the vlc-commits mailing list