diff options
author | Lei Zhang <thestig@chromium.org> | 2016-01-04 14:25:15 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2016-01-04 14:25:15 -0800 |
commit | 64f7b672dcc6338e6fb6c150cf28c986eb7e9b12 (patch) | |
tree | 1eb1926ed2b2dcf42200212711d5ea7cf28a607a /core/include/fxcrt/fx_basic.h | |
parent | 453d96b5458db02591aeb0f23ea700f00f0dfd71 (diff) | |
download | pdfium-64f7b672dcc6338e6fb6c150cf28c986eb7e9b12.tar.xz |
Merge to XFA: Remove CPDF_Creator::m_ObjectSize, it's never read from.
TBR=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1543413002 .
(cherry picked from commit 03f5040cbe03cc93e133cb98ecce6725e2679170)
Review URL: https://codereview.chromium.org/1555193002 .
Diffstat (limited to 'core/include/fxcrt/fx_basic.h')
-rw-r--r-- | core/include/fxcrt/fx_basic.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/include/fxcrt/fx_basic.h b/core/include/fxcrt/fx_basic.h index 2e9723de1d..4aa823e06d 100644 --- a/core/include/fxcrt/fx_basic.h +++ b/core/include/fxcrt/fx_basic.h @@ -1187,8 +1187,7 @@ class CFX_ListArrayTemplate { }; typedef CFX_ListArrayTemplate<CFX_SortListArray<sizeof(FX_FILESIZE)>, FX_FILESIZE> CFX_FileSizeListArray; -typedef CFX_ListArrayTemplate<CFX_SortListArray<sizeof(FX_DWORD)>, FX_DWORD> - CFX_DWordListArray; + typedef enum { Ready, ToBeContinued, |