Didn't fix the ReadLine hang bug after all

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-09-24 13:12:46 +00:00
parent 3378c3a594
commit 1d01eaa3da

View File

@@ -125,11 +125,6 @@ wxMac:
2.8.5
-----
All:
- Fixed hang in wxInputStream::ReadLine when no input is left by testing
with CanRead before each character is read.
All (GUI):
- Added colour normalization to PNM image handler (Ray Johnston).