diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-10-02 09:10:06 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-10-02 13:32:00 +0000 |
commit | 59dfc62e56ec5dd88e5445e13467e0e1a3f1690f (patch) | |
tree | 9980509b79377dfb225ee32d4d3e98d27e14c639 /core/fpdfdoc | |
parent | a5c32a120ae918ecebab4042b3e52278f7a24b51 (diff) | |
download | pdfium-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/fpdfdoc')
-rw-r--r-- | core/fpdfdoc/cpdf_annot.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/fpdfdoc/cpdf_annot.h b/core/fpdfdoc/cpdf_annot.h index ab38eff1d8..39448ba209 100644 --- a/core/fpdfdoc/cpdf_annot.h +++ b/core/fpdfdoc/cpdf_annot.h @@ -27,12 +27,7 @@ class CPDF_Stream; #define ANNOTFLAG_INVISIBLE 0x0001 #define ANNOTFLAG_HIDDEN 0x0002 #define ANNOTFLAG_PRINT 0x0004 -#define ANNOTFLAG_NOZOOM 0x0008 -#define ANNOTFLAG_NOROTATE 0x0010 #define ANNOTFLAG_NOVIEW 0x0020 -#define ANNOTFLAG_READONLY 0x0040 -#define ANNOTFLAG_LOCKED 0x0080 -#define ANNOTFLAG_TOGGLENOVIEW 0x0100 class CPDF_Annot { public: |