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