X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47fc03d21ab5b2d88959b6650a0151fb2c241c30..689fceb7a725f0000102fa080d1015ab22a58489:/include/wx/stream.h diff --git a/include/wx/stream.h b/include/wx/stream.h index 00bf592d09..d035bde1cf 100644 --- a/include/wx/stream.h +++ b/include/wx/stream.h @@ -122,9 +122,6 @@ public: // Operators wxInputStream& operator>>(wxOutputStream& out) { return Read(out); } -#if wxUSE_SERIAL - wxInputStream& operator>>(wxObject *& obj); -#endif wxInputStream& operator>>( __wxInputManip func) { return func(*this); } protected: @@ -161,9 +158,6 @@ public: virtual void Sync(); wxOutputStream& operator<<(wxInputStream& out) { return Write(out); } -#if wxUSE_SERIAL - wxOutputStream& operator<<(wxObject& obj); -#endif wxOutputStream& operator<<( __wxOutputManip func) { return func(*this); } protected: