diff options
Diffstat (limited to 'public/fpdf_annot.h')
-rw-r--r-- | public/fpdf_annot.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/public/fpdf_annot.h b/public/fpdf_annot.h index e6c33a59eb..5076470627 100644 --- a/public/fpdf_annot.h +++ b/public/fpdf_annot.h @@ -55,17 +55,6 @@ extern "C" { #define FPDF_ANNOT_FLAG_LOCKED (1 << 7) #define FPDF_ANNOT_FLAG_TOGGLENOVIEW (1 << 8) -#define FPDF_OBJECT_UNKNOWN 0 -#define FPDF_OBJECT_BOOLEAN 1 -#define FPDF_OBJECT_NUMBER 2 -#define FPDF_OBJECT_STRING 3 -#define FPDF_OBJECT_NAME 4 -#define FPDF_OBJECT_ARRAY 5 -#define FPDF_OBJECT_DICTIONARY 6 -#define FPDF_OBJECT_STREAM 7 -#define FPDF_OBJECT_NULLOBJ 8 -#define FPDF_OBJECT_REFERENCE 9 - typedef enum FPDFANNOT_COLORTYPE { FPDFANNOT_COLORTYPE_Color = 0, FPDFANNOT_COLORTYPE_InteriorColor |