From ad71431be3c8f00af39c5af9be13e66e56113a93 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 25 Oct 2011 19:29:12 +0000 Subject: [PATCH] deactivate wxUSE_TIMEPICKCTRL for iphone git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/osx/iphone/chkconf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/wx/osx/iphone/chkconf.h b/include/wx/osx/iphone/chkconf.h index 1ede97c546..20f14e1a57 100644 --- a/include/wx/osx/iphone/chkconf.h +++ b/include/wx/osx/iphone/chkconf.h @@ -353,6 +353,11 @@ #define wxUSE_RICHTEXT 0 #endif +#if wxUSE_TIMEPICKCTRL +#undef wxUSE_TIMEPICKCTRL +#define wxUSE_TIMEPICKCTRL 0 +#endif + #endif /* _WX_OSX_IPHONE_CHKCONF_H_ */ -- 2.45.2