X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4a10ea8b13fd0851e71e6fa5ebbe5b93933be11e..6415637cb0da1aa1eb0b6a73b9f1757e80f53a9a:/src/common/mstream.cpp diff --git a/src/common/mstream.cpp b/src/common/mstream.cpp index ce78979686..ab50d84386 100644 --- a/src/common/mstream.cpp +++ b/src/common/mstream.cpp @@ -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();