]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove wxFS_WRITE since it is not available in this release.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 10 Nov 2006 09:00:06 +0000 (09:00 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 10 Nov 2006 09:00:06 +0000 (09:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/filesys.h

index 267daac0f814c36ab174b5c7404c9210dce588da..69d4ffd284b6cfc4f5e67e511dd969d861a4565d 100644 (file)
@@ -170,7 +170,6 @@ protected:
 // Open Bit Flags
 enum {
     wxFS_READ = 1,      // Open for reading
 // Open Bit Flags
 enum {
     wxFS_READ = 1,      // Open for reading
-    wxFS_WRITE = 2,     // Open for writing
     wxFS_SEEKABLE = 4   // Returned stream will be seekable
 };
 
     wxFS_SEEKABLE = 4   // Returned stream will be seekable
 };