Commit 23dedd4f authored by Francois Cartegnie's avatar Francois Cartegnie Committed by Jean-Baptiste Kempf

Qt: Drop the no longer used sample_classic

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent d46963cc
......@@ -133,7 +133,6 @@ DEPS_res = \
pixmaps/previous.png \
pixmaps/previous_16px.png \
pixmaps/profile_new.png \
pixmaps/sample_classic.png \
pixmaps/sample_complete.png \
pixmaps/sample_minimal.png \
pixmaps/sample_skins.png \
......
......@@ -217,9 +217,6 @@ void InterfacePreviewWidget::setPreview( enum_style e_style )
switch( e_style )
{
default:
case CLASSIC:
pixmapLocationString += "sample_classic";
break;
case COMPLETE:
pixmapLocationString += "sample_complete";
break;
......
......@@ -63,7 +63,7 @@ class InterfacePreviewWidget : public QLabel
Q_OBJECT
public:
InterfacePreviewWidget( QWidget * );
enum enum_style { CLASSIC, // aka VLC 0.8.6
enum enum_style {
COMPLETE, // aka MPC
MINIMAL, // aka WMP12 minimal
SKINS };
......
......@@ -96,7 +96,6 @@
<file alias="cone_interface_64" >pixmaps/prefs/spref_cone_Interface_64.png</file>
<file alias="cone_subtitles_64" >pixmaps/prefs/spref_cone_Subtitles_64.png</file>
<file alias="cone_video_64" >pixmaps/prefs/spref_cone_Video_64.png</file>
<file alias="sample_classic" >pixmaps/sample_classic.png</file>
<file alias="sample_complete" >pixmaps/sample_complete.png</file>
<file alias="sample_minimal" >pixmaps/sample_minimal.png</file>
<file alias="sample_skins" >pixmaps/sample_skins.png</file>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment