X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/15ec7f782d2333d0b2bbf29988b0b2c95460440b..62795f413a7222863b4aee76c08764071f94bd87:/src/common/variant.cpp diff --git a/src/common/variant.cpp b/src/common/variant.cpp index 207c3a4f30..5fc1931bba 100644 --- a/src/common/variant.cpp +++ b/src/common/variant.cpp @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 10/09/98 -// RCS-ID: $Id$ // Copyright: (c) // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -37,11 +36,6 @@ #endif #endif -#if defined(__MWERKS__) && __MSL__ >= 0x6000 -namespace std {} -using namespace std ; -#endif - #if wxUSE_STREAMS #include "wx/txtstrm.h" #endif @@ -1977,8 +1971,6 @@ protected: // Convert to/from list of wxAnys // -WX_DEFINE_LIST(wxAnyList) - bool wxVariantDataList::GetAsAny(wxAny* any) const { wxAnyList dst;