Further stream tests, doc updates and minor clean-ups.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-12-08 19:04:29 +00:00
parent b9517a0ae4
commit 2bf8e4ebcc
6 changed files with 175 additions and 52 deletions

View File

@@ -253,9 +253,6 @@ class WXDLLEXPORT wxStreamBuffer {
char *m_buffer_start, *m_buffer_end, *m_buffer_pos;
size_t m_buffer_size;
char *m_wback;
size_t m_wbacksize, m_wbackcur;
bool m_fixed, m_flushable;
wxStreamBase *m_stream;