X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f41d5991df3be094fbedc5eb8fd51c87dc0a8aaa..cb41a69b152026d6c586d21148e34913291cd733:/src/common/variant.cpp diff --git a/src/common/variant.cpp b/src/common/variant.cpp index 5f7daabe9a..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