]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/file.cpp
Somehow, setting a tint color makes gauge work :/.
[wxWidgets.git] / src / common / file.cpp
index e553b2c8335684745e81cfc636f69073b79fce4f..b2a5aca73628991930426bde04c4384c0a1dc9f6 100644 (file)
@@ -5,7 +5,6 @@
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     29/01/98
-// RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -511,10 +510,6 @@ bool wxFile::Eof() const
     {
         wxLogSysError(_("can't determine if the end of file is reached on descriptor %d"), m_fd);
     }
-    else if ( iRc != 1 )
-    {
-        wxFAIL_MSG(wxT("invalid eof() return value."));
-    }
 
     return true;
 }