]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/variant.cpp
Add a helper wxApp::GetValidTraits() method.
[wxWidgets.git] / src / common / variant.cpp
index 207c3a4f30de58dd19c656accf0cf112939f7200..6bafda604f6d80b78a7e7c5e5d5501b61a68e420 100644 (file)
     #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;