From 33a702bf7068407e7d4d3f2b51765bbc6d5ff305 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Fri, 10 Nov 2006 09:00:06 +0000 Subject: [PATCH] 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 --- include/wx/filesys.h | 1 - 1 file changed, 1 deletion(-) 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 }; -- 2.50.0