]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/object.h
restored wxBuildOptions class, for backward compatibility with wx-2.4
[wxWidgets.git] / include / wx / object.h
index 6882c25f4a8b1d73a446b409b23dd0171b80fe84..2f5ffd3b5e97e50b1bff8731673c072d5778374b 100644 (file)
@@ -415,11 +415,6 @@ inline void wxCheckCast(void *ptr)
 
 #endif // WXDEBUG && wxUSE_MEMORY_TRACING
 
-#if wxUSE_STD_IOSTREAM && (defined(__WXDEBUG__) || wxUSE_DEBUG_CONTEXT)
-// needed by wxObject::Dump
-#include "wx/iosfwrap.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // wxObject: the root class of wxWindows object hierarchy
 // ----------------------------------------------------------------------------
@@ -483,11 +478,6 @@ public:
     void operator delete[] (void* buf, const wxChar*, int );
 #endif
 
-
-#if wxUSE_STD_IOSTREAM && (defined(__WXDEBUG__) || wxUSE_DEBUG_CONTEXT)
-    virtual void Dump(wxSTD ostream& str);
-#endif
-
     // ref counted data handling methods
 
     // get/set