Remove never implemented wxDateTime::IsGregorianDate().
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 9 Aug 2013 20:55:20 +0000 (20:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 9 Aug 2013 20:55:20 +0000 (20:55 +0000)
commit9d94efd8b0385f1afd70f71c8242a28d61527a68
treed1695edc4a776ef4e92ce64e742dda211ccfb5f6
parentfc63fb9aafcdebf0e5ed04c768457bf61148af0c
Remove never implemented wxDateTime::IsGregorianDate().

This method was declared and even documented but never actually implemented,
and GregorianAdoption enum used by it had many incorrectly defined elements.

Just remove both the method and the enum instead of fixing/implementing them
as they are not that important (as witnessed by the fact that nobody has
complained about the method being missing since almost 15 years).

Closes #15400.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/datetime.h
interface/wx/datetime.h