From 8d515409c6200467c71353d2e2a79ba3e2faaf88 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 4 Feb 2016 14:25:46 +0100 Subject: win32: Get rid of XP theme XP is not supported anymore. And we can massively simplify the win32 theme if we don't have to support 2 versions. --- gtk/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gtk/Makefile.am') diff --git a/gtk/Makefile.am b/gtk/Makefile.am index bd3108e0ab..5afd1a101b 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1232,9 +1232,8 @@ gtk.gresource.xml: Makefile.am inspector/Makefile.inc echo " theme/HighContrast/gtk-contained.css" >> $@; \ echo " theme/HighContrast/gtk-contained-inverse.css" >> $@; \ if test "$(win32_theme)" = "yes"; then \ - echo " theme/win32/gtk-win32-base.css" >> $@; \ - echo " theme/win32/gtk-win32.css" >> $@; \ - echo " theme/win32/gtk-win32-xp.css" >> $@; \ + echo " theme/win32/gtk-win32-base.css" >> $@; \ + echo " theme/win32/gtk.css" >> $@; \ fi; \ for f in $(srcdir)/cursor/*.png; do \ n=`basename $$f`; \ @@ -1276,7 +1275,6 @@ gesture_sources = \ theme_sources = \ theme/win32/gtk-win32.css \ theme/win32/gtk-win32-base.css \ - theme/win32/gtk-win32-xp.css \ theme/Adwaita/assets.txt \ theme/Adwaita/assets.svg \ theme/Adwaita/_colors-public.scss \ -- cgit v1.2.1