X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/24985a9b5b993e4e40ed4f1c10860aebe288d525..73c997ba7ba115302cf1b1e75bb467e26c89d599:/interface/wx/any.h diff --git a/interface/wx/any.h b/interface/wx/any.h index c1893fbfe6..2f96ade0e7 100644 --- a/interface/wx/any.h +++ b/interface/wx/any.h @@ -66,7 +66,7 @@ @library{wxbase} @category{data} - @see wxAnyValueType, wxVariant + @see wxAnyValueType, wxVariant, @ref overview_cpp_rtti_disabled */ class wxAny { @@ -414,11 +414,6 @@ public: */ virtual void DeleteValue(wxAnyValueBuffer& buf) const = 0; - /** - This function is used for internal type matching. - */ - virtual wxAnyClassInfo GetClassInfo() const = 0; - /** This function is used for internal type matching. */