X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4a10ea8b13fd0851e71e6fa5ebbe5b93933be11e..cdf003d46547475ab3fe3d770467458b124c6868:/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();