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
This commit is contained in:
Vadim Zeitlin
2005-02-13 13:12:28 +00:00
parent b7e542bee8
commit 68a7581156

View File

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