]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/datstrm.cpp
RenameEntry/Group() functions added to wxConfig and derivations (not yet
[wxWidgets.git] / src / common / datstrm.cpp
index 495885e418fc26a4ee846d6e9d0a7f1678203676..d455a6dc4ea4182a2772a0536a775aec3f3a6434 100644 (file)
@@ -200,12 +200,3 @@ void wxDataOutputStream::WriteDouble(double d)
 #endif
   Write(buf, 10);
 }
 #endif
   Write(buf, 10);
 }
-
-// ---------------------------------------------------------------------------
-// wxDataStream
-// ---------------------------------------------------------------------------
-
-wxDataStream::wxDataStream(wxStream& stream)
- : wxDataInputStream(stream), wxDataOutputStream(stream)
-{
-}