From: Vadim Zeitlin Date: Sat, 21 Jul 2007 13:07:16 +0000 (+0000) Subject: removed wxUSE_UXTHEME_AUTO which wasn't used anywhere X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b3a7495cbc0aa85c957f3ed2efe5a2e2c0620ed7?ds=inline removed wxUSE_UXTHEME_AUTO which wasn't used anywhere git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47620 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/chkconf.h b/include/wx/msw/chkconf.h index b5f92e375c..2c088a7bf4 100644 --- a/include/wx/msw/chkconf.h +++ b/include/wx/msw/chkconf.h @@ -87,14 +87,6 @@ # 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 diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 88d58b1c77..5636e5f35c 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -1349,10 +1349,6 @@ // 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 diff --git a/include/wx/msw/setup_inc.h b/include/wx/msw/setup_inc.h index 4809aba938..322a9da473 100644 --- a/include/wx/msw/setup_inc.h +++ b/include/wx/msw/setup_inc.h @@ -113,10 +113,6 @@ // 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 diff --git a/include/wx/msw/wince/chkconf.h b/include/wx/msw/wince/chkconf.h index d2a0319566..eefc234666 100644 --- a/include/wx/msw/wince/chkconf.h +++ b/include/wx/msw/wince/chkconf.h @@ -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 diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index 228efff553..caa4b72028 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -608,10 +608,6 @@ // 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 // ---------------------------------------------------------------------------- diff --git a/setup.h.in b/setup.h.in index be9716c4c7..a8efefe3d9 100644 --- a/setup.h.in +++ b/setup.h.in @@ -589,8 +589,6 @@ #define wxUSE_UXTHEME 0 -#define wxUSE_UXTHEME_AUTO 0 - #define wxUSE_INKEDIT 0 @@ -746,12 +744,6 @@ */ #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. *