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
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user