X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47d67540a017101b3e46abe9ef0f55914d8de37e..5d1902d6d6efc842c8f488520d3cca40f1ae99f8:/src/common/datstrm.cpp?ds=sidebyside diff --git a/src/common/datstrm.cpp b/src/common/datstrm.cpp index 495885e418..d455a6dc4e 100644 --- a/src/common/datstrm.cpp +++ b/src/common/datstrm.cpp @@ -200,12 +200,3 @@ void wxDataOutputStream::WriteDouble(double d) #endif Write(buf, 10); } - -// --------------------------------------------------------------------------- -// wxDataStream -// --------------------------------------------------------------------------- - -wxDataStream::wxDataStream(wxStream& stream) - : wxDataInputStream(stream), wxDataOutputStream(stream) -{ -}