From: Vadim Zeitlin Date: Sun, 13 Feb 2005 13:12:28 +0000 (+0000) Subject: latest version of generic wxDatePickerCtrl doesn't require wxUSE_POPUPWIN any more X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/68a7581156420bb1ec255390e7237c0e070725d7?ds=inline latest version of generic wxDatePickerCtrl doesn't require wxUSE_POPUPWIN any more git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index c69e95ebd6..e77530826d 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -1634,11 +1634,5 @@ # endif #endif /* wxUSE_XRC */ -/* The generic date picker uses a popup window */ -#if !wxUSE_POPUPWIN -# undef wxUSE_DATEPICKCTRL -# define wxUSE_DATEPICKCTRL 0 -#endif /* !wxUSE_POPUPWIN */ - #endif /* wxUSE_GUI */