diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-05-16 17:51:32 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-05-16 17:51:32 +0000 |
commit | 2be77a455df631ecbb5fbcc3f763bc606d7236f3 (patch) | |
tree | 8d3e6f5851e293951158aec913340d612719d850 /fxjs | |
parent | 7675a246431600fb26d430fcd29503d8b48fe8e1 (diff) | |
download | pdfium-2be77a455df631ecbb5fbcc3f763bc606d7236f3.tar.xz |
Remove two unused #defines in cjs_globaldata.cpp.
Bug: pdfium:1085
Change-Id: I121152527333e143d23e7cb852c8c1a745026453
Reviewed-on: https://pdfium-review.googlesource.com/32618
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fxjs')
-rw-r--r-- | fxjs/cjs_globaldata.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fxjs/cjs_globaldata.cpp b/fxjs/cjs_globaldata.cpp index 29db2debf8..59ada3b8d1 100644 --- a/fxjs/cjs_globaldata.cpp +++ b/fxjs/cjs_globaldata.cpp @@ -13,9 +13,6 @@ #include "third_party/base/stl_util.h" #define JS_MAXGLOBALDATA (1024 * 4 - 8) - -#define READER_JS_GLOBALDATA_FILENAME L"Reader_JsGlobal.Data" -#define PHANTOM_JS_GLOBALDATA_FILENAME L"Phantom_JsGlobal.Data" #define SDK_JS_GLOBALDATA_FILENAME L"SDK_JsGlobal.Data" namespace { |