X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/86ed9a0dc7bf2f085e4dbd91dcea9a8711c5300c..a30e7029749646348aaacf61da9ed66743d77a40:/include/wx/datectrl.h diff --git a/include/wx/datectrl.h b/include/wx/datectrl.h index 7adfbf775e..81f6c0d62e 100644 --- a/include/wx/datectrl.h +++ b/include/wx/datectrl.h @@ -16,13 +16,6 @@ #if wxUSE_DATEPICKCTRL -// this is currently defined in wx/msw/setup.h but not for MSW configure builds -// and other ports which only have the generic version anyhow, so provide a -// fallback definition here for them -#ifndef wxUSE_DATEPICKCTRL_GENERIC - #define wxUSE_DATEPICKCTRL_GENERIC 0 -#endif - #include "wx/control.h" // the base class #include "wx/datetime.h"