]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/txtstrm.cpp
a small compilation fix
[wxWidgets.git] / src / common / txtstrm.cpp
index 2c628cf3d6b81b93c9de50759f1a125378178765..2592c03fe1f29fc384656e4ec6765e5bcfc0e199 100644 (file)
@@ -61,8 +61,6 @@ wxChar wxTextInputStream::NextNonSeparators()
          return c;
     }
 
-    // this shouldn't happen
-    return (wxChar) 0;
 }
 
 inline bool wxTextInputStream::EatEOL(const wxChar &c)