X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/79fa23744b2c622ebe9ff89a3ee8c8ec8017ee3b..a9cb577a6f19ea0d3bf0d59c988df9e002b29110:/src/common/imagpcx.cpp diff --git a/src/common/imagpcx.cpp b/src/common/imagpcx.cpp index 1b9874db40..64a4d246b0 100644 --- a/src/common/imagpcx.cpp +++ b/src/common/imagpcx.cpp @@ -490,8 +490,6 @@ bool wxPCXHandler::DoCanRead( wxInputStream& stream ) if ( !stream ) return FALSE; - stream.SeekI(-1, wxFromCurrent); - // not very safe, but this is all we can get from PCX header :-( return c == 10; }