win32: Delete classic theme

Well, actually, stop adding an extra version of raleigh
This commit is contained in:
Benjamin Otte 2016-02-04 14:23:08 +01:00
parent 27901c7794
commit 7d4bf49cff
2 changed files with 0 additions and 6 deletions

View File

@ -1234,7 +1234,6 @@ gtk.gresource.xml: Makefile.am inspector/Makefile.inc
if test "$(win32_theme)" = "yes"; then \
echo " <file alias='theme/win32/gtk-base.css'>theme/win32/gtk-win32-base.css</file>" >> $@; \
echo " <file alias='theme/win32/gtk.css'>theme/win32/gtk-win32.css</file>" >> $@; \
echo " <file alias='theme/win32-classic/gtk.css'>theme/win32/gtk-win32-classic.css</file>" >> $@; \
echo " <file alias='theme/win32-xp/gtk.css'>theme/win32/gtk-win32-xp.css</file>" >> $@; \
fi; \
for f in $(srcdir)/cursor/*.png; do \
@ -1277,7 +1276,6 @@ gesture_sources = \
theme_sources = \
theme/win32/gtk-win32.css \
theme/win32/gtk-win32-base.css \
theme/win32/gtk-win32-classic.css \
theme/win32/gtk-win32-xp.css \
theme/Adwaita/assets.txt \
theme/Adwaita/assets.svg \

View File

@ -1,4 +0,0 @@
/* We should have a real win32 classic theme that picks up
colors from the settings. But for now, at least don't break
when win32 is in classic mode by just using raleigh. */
@import url("Raleigh.css");