]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/mstream.cpp
even more reformatting
[wxWidgets.git] / src / common / mstream.cpp
index ce78979686002f1825180bea4f98c74a2f299263..ab50d843865f1c8ee942ca2b6105678dc09d7bc3 100644 (file)
@@ -88,11 +88,6 @@ char wxMemoryInputStream::Peek()
     return buf[pos];
 }
 
-bool wxMemoryInputStream::Eof() const
-{
-    return !m_i_streambuf->GetBytesLeft();
-}
-
 size_t wxMemoryInputStream::OnSysRead(void *buffer, size_t nbytes)
 {
     size_t pos = m_i_streambuf->GetIntPosition();