X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bc94d944d0ebde1599e820e5bb68a13d56adc1a9..c4ec0ce8205de4659f1e52d16480b5c025ebc41e:/include/wx/datetime.h diff --git a/include/wx/datetime.h b/include/wx/datetime.h index d11c669bb1..7f0aed8532 100644 --- a/include/wx/datetime.h +++ b/include/wx/datetime.h @@ -639,11 +639,9 @@ public: // resets time to 00:00:00, doesn't change the date wxDateTime& ResetTime(); -#if wxABI_VERSION >= 20802 // get the date part of this object only, i.e. the object which has the // same date as this one but time of 00:00:00 wxDateTime GetDateOnly() const; -#endif // wxABI 2.8.1+ // the following functions don't change the values of the other // fields, i.e. SetMinute() won't change either hour or seconds value