diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 069bd58a90..bd3108e0ab 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1234,7 +1234,6 @@ gtk.gresource.xml: Makefile.am inspector/Makefile.inc if test "$(win32_theme)" = "yes"; then \ echo " theme/win32/gtk-win32-base.css" >> $@; \ echo " theme/win32/gtk-win32.css" >> $@; \ - echo " theme/win32/gtk-win32-classic.css" >> $@; \ echo " theme/win32/gtk-win32-xp.css" >> $@; \ 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 \ diff --git a/gtk/theme/win32/gtk-win32-classic.css b/gtk/theme/win32/gtk-win32-classic.css deleted file mode 100644 index e28a153adf..0000000000 --- a/gtk/theme/win32/gtk-win32-classic.css +++ /dev/null @@ -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");