diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-01-25 15:09:03 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-01-25 15:09:03 -0800 |
commit | e24ea22700c9fc534d40cc510d59c453aa9d0ddb (patch) | |
tree | e2a687429137ca0399da6692dc206b076ca6335a /core/include/fxcrt/fx_basic.h | |
parent | 0f68785be6af2b15109bb8a8f3bb7ebc040500d5 (diff) | |
download | pdfium-e24ea22700c9fc534d40cc510d59c453aa9d0ddb.tar.xz |
Remove several more unused parser values.
unused progressive enum
unused members m_bFileStream, m_dwWordPos
Remove PDFWORD_* types
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1634683003 .
Diffstat (limited to 'core/include/fxcrt/fx_basic.h')
-rw-r--r-- | core/include/fxcrt/fx_basic.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/include/fxcrt/fx_basic.h b/core/include/fxcrt/fx_basic.h index 3377dec459..d34af8df2b 100644 --- a/core/include/fxcrt/fx_basic.h +++ b/core/include/fxcrt/fx_basic.h @@ -1162,15 +1162,6 @@ class CFX_ListArrayTemplate { typedef CFX_ListArrayTemplate<CFX_SortListArray<sizeof(FX_FILESIZE)>, FX_FILESIZE> CFX_FileSizeListArray; -typedef enum { - Ready, - ToBeContinued, - Found, - NotFound, - Failed, - Done -} FX_ProgressiveStatus; -#define ProgressiveStatus FX_ProgressiveStatus #ifdef PDF_ENABLE_XFA class IFX_Unknown { public: |