From: Michael Wetherell Date: Fri, 10 Nov 2006 09:00:06 +0000 (+0000) Subject: Remove wxFS_WRITE since it is not available in this release. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/33a702bf7068407e7d4d3f2b51765bbc6d5ff305 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 --- diff --git a/include/wx/filesys.h b/include/wx/filesys.h index 267daac0f8..69d4ffd284 100644 --- a/include/wx/filesys.h +++ b/include/wx/filesys.h @@ -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 };