summaryrefslogtreecommitdiff
path: root/core/fxcrt
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-10-02 09:10:06 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-10-02 13:32:00 +0000
commit59dfc62e56ec5dd88e5445e13467e0e1a3f1690f (patch)
tree9980509b79377dfb225ee32d4d3e98d27e14c639 /core/fxcrt
parenta5c32a120ae918ecebab4042b3e52278f7a24b51 (diff)
downloadpdfium-59dfc62e56ec5dd88e5445e13467e0e1a3f1690f.tar.xz
Removing unused defines
Remove unused defines. Change-Id: Ibf10d8470f19cbf4528fe1342398a39ef15c1d12 Reviewed-on: https://pdfium-review.googlesource.com/15110 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'core/fxcrt')
-rw-r--r--core/fxcrt/fx_stream.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fxcrt/fx_stream.h b/core/fxcrt/fx_stream.h
index 84e33c2060..8d0a596bd9 100644
--- a/core/fxcrt/fx_stream.h
+++ b/core/fxcrt/fx_stream.h
@@ -32,7 +32,6 @@ FX_FileHandle* FX_OpenFolder(const char* path);
bool FX_GetNextFile(FX_FileHandle* handle, ByteString* filename, bool* bFolder);
void FX_CloseFolder(FX_FileHandle* handle);
-#define FX_FILEMODE_Write 0
#define FX_FILEMODE_ReadOnly 1
#define FX_FILEMODE_Truncate 2