X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/15ec7f782d2333d0b2bbf29988b0b2c95460440b..76015a6bb79156d8af1b5e8b4b8e46b4e192d18f:/src/common/variant.cpp diff --git a/src/common/variant.cpp b/src/common/variant.cpp index 207c3a4f30..6bafda604f 100644 --- a/src/common/variant.cpp +++ b/src/common/variant.cpp @@ -37,11 +37,6 @@ #endif #endif -#if defined(__MWERKS__) && __MSL__ >= 0x6000 -namespace std {} -using namespace std ; -#endif - #if wxUSE_STREAMS #include "wx/txtstrm.h" #endif @@ -1977,8 +1972,6 @@ protected: // Convert to/from list of wxAnys // -WX_DEFINE_LIST(wxAnyList) - bool wxVariantDataList::GetAsAny(wxAny* any) const { wxAnyList dst;