[gtk+] win32: Remove the ms-windows engine



commit 5d9ab2621d5cb4b340ddee41bd36ca930f73bcd9
Author: Alexander Larsson <alexl redhat com>
Date:   Tue Apr 3 19:34:02 2012 +0200

    win32: Remove the ms-windows engine
    
    This is not used for the windows theme anymore, and is in fact completely
    useless. The code is still in git if anyone wants to look at it.

 modules/engines/Makefile.am                        |    8 +-
 modules/engines/ms-windows/ChangeLog.old           |  426 ---
 modules/engines/ms-windows/Makefile.am             |   39 -
 modules/engines/ms-windows/Makefile.msc            |   69 -
 modules/engines/ms-windows/Makefile.msc.config     |   11 -
 modules/engines/ms-windows/Theme/Makefile.am       |    5 -
 .../engines/ms-windows/Theme/gtk-3.0/Makefile.am   |    8 -
 modules/engines/ms-windows/Theme/gtk-3.0/gtkrc     |   66 -
 modules/engines/ms-windows/msw_rc_style.c          |   74 -
 modules/engines/ms-windows/msw_rc_style.h          |   52 -
 modules/engines/ms-windows/msw_style.c             | 3358 --------------------
 modules/engines/ms-windows/msw_style.h             |   53 -
 modules/engines/ms-windows/msw_theme_main.c        |  144 -
 modules/engines/ms-windows/xp_theme.c              | 1162 -------
 modules/engines/ms-windows/xp_theme.h              |  149 -
 modules/engines/ms-windows/xp_theme_defs.h         |  763 -----
 16 files changed, 2 insertions(+), 6385 deletions(-)
---
diff --git a/modules/engines/Makefile.am b/modules/engines/Makefile.am
index 6d6095d..e8dde04 100644
--- a/modules/engines/Makefile.am
+++ b/modules/engines/Makefile.am
@@ -1,13 +1,9 @@
 include $(top_srcdir)/Makefile.decl
 
-if USE_WIN32
-wimp = ms-windows
-endif
-
 # the pixbuf engine needs to be ported to GtkThemingEngine
-SUBDIRS = $(wimp) # pixbuf
+SUBDIRS = # pixbuf
 
-DIST_SUBDIRS = ms-windows pixbuf
+DIST_SUBDIRS = pixbuf
 
 
 -include $(top_srcdir)/git.mk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]