]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filesys.h
Remove wxFS_WRITE since it is not available in this release.
[wxWidgets.git] / include / wx / filesys.h
index 267daac0f814c36ab174b5c7404c9210dce588da..69d4ffd284b6cfc4f5e67e511dd969d861a4565d 100644 (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
 };