]> git.saurik.com Git - wxWidgets.git/commitdiff
removed wxUSE_UXTHEME_AUTO which wasn't used anywhere
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 21 Jul 2007 13:07:16 +0000 (13:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 21 Jul 2007 13:07:16 +0000 (13:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47620 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/chkconf.h
include/wx/msw/setup0.h
include/wx/msw/setup_inc.h
include/wx/msw/wince/chkconf.h
include/wx/univ/setup0.h
setup.h.in

index b5f92e375c676d50c5edfdba509d1e25f1e64eb7..2c088a7bf4815e314bcf8eec9cb633a33fa6b5bb 100644 (file)
 #    endif
 #endif  /* wxUSE_UXTHEME */
 
-#ifndef wxUSE_UXTHEME_AUTO
-#    ifdef wxABORT_ON_CONFIG_ERROR
-#        error "wxUSE_UXTHEME_AUTO must be defined."
-#    else
-#        define wxUSE_UXTHEME_AUTO 0
-#    endif
-#endif  /* wxUSE_UXTHEME_AUTO */
-
 /*
  * We don't want to give an error if wxUSE_UNICODE_MSLU is enabled but
  * wxUSE_UNICODE is not as this would make it impossible to simply set the
index 88d58b1c77c231be63ce4f750a6f9e1f56219e6f..5636e5f35c1fd87f55a0059b3ceae9bf853ebaad 100644 (file)
 // Set to 1 to compile MS Windows XP theme engine support
 #define wxUSE_UXTHEME           1
 
-// Set to 1 to auto-adapt to MS Windows XP themes where possible
-// (notably, wxNotebook pages)
-#define wxUSE_UXTHEME_AUTO      1
-
 // Set to 1 to use InkEdit control (Tablet PC), if available
 #define wxUSE_INKEDIT  0
 
index 4809aba9381570cb6edb0022ec198a8d09575b3d..322a9da473cb45a045baa85fb02506bf38212bab 100644 (file)
 // Set to 1 to compile MS Windows XP theme engine support
 #define wxUSE_UXTHEME           1
 
-// Set to 1 to auto-adapt to MS Windows XP themes where possible
-// (notably, wxNotebook pages)
-#define wxUSE_UXTHEME_AUTO      1
-
 // Set to 1 to use InkEdit control (Tablet PC), if available
 #define wxUSE_INKEDIT  0
 
index d2a03195668c4fb68cfed3d5f740ca4f060d1821..eefc234666f62d57c94db3b513f1028f760929ba 100644 (file)
@@ -63,8 +63,6 @@
 
 #undef wxUSE_UXTHEME
 #define wxUSE_UXTHEME 0
-#undef wxUSE_UXTHEME_AUTO
-#define wxUSE_UXTHEME_AUTO 0
 
 #undef wxUSE_UNICODE_MSLU
 #define wxUSE_UNICODE_MSLU 0
index 228efff55305fb217d744a217e48cba3b60848c4..caa4b72028cb7c4287a0d63f68dac014731f17d1 100644 (file)
 // Set to 1 to compile MS Windows XP theme engine support
 #define wxUSE_UXTHEME           0
 
-// Set to 1 to auto-adapt to MS Windows XP themes where possible
-// (notably, wxNotebook pages)
-#define wxUSE_UXTHEME_AUTO      0
-
 // ----------------------------------------------------------------------------
 // Individual GUI controls
 // ----------------------------------------------------------------------------
index be9716c4c7c28d72b5ea417a7e74eb1af48a94f9..a8efefe3d91d7ac66d2e046a1d1e55acc9075423 100644 (file)
 
 #define wxUSE_UXTHEME           0
 
-#define wxUSE_UXTHEME_AUTO      0
-
 #define wxUSE_INKEDIT  0
 
 
  */
 #define wxUSE_UXTHEME 0
 
-/*
- *  Set to 1 to auto-adapt to MS Windows XP themes where possible
- * (notably, wxNotebook pages)
- */
-#define wxUSE_UXTHEME_AUTO 1
-
 /*
  * Work around a bug in GNU libc 5.x wcstombs() implementation.
  *