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_ */