Remove wxFS_WRITE since it is not available in this release.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2006-11-10 09:00:06 +00:00
parent e7e324bed8
commit 33a702bf70

View File

@@ -170,7 +170,6 @@ protected:
// Open Bit Flags
enum {
wxFS_READ = 1, // Open for reading
wxFS_WRITE = 2, // Open for writing
wxFS_SEEKABLE = 4 // Returned stream will be seekable
};