From cf53b788ca1c097c0cbbca3dee048520eb9dabd4 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 4 May 2017 14:08:01 -0400 Subject: Cleanup CXFA_RenderContext Move StartRender into the constructor, remove StopRender as it will be handled by the destructor. Remove RenderOptions as they are always set the same way. Change-Id: Iddbd6849199cbe255a5e1694164de5556a34f57c Reviewed-on: https://pdfium-review.googlesource.com/4876 Commit-Queue: dsinclair Reviewed-by: Tom Sepez --- xfa/fxfa/fxfa.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'xfa/fxfa/fxfa.h') diff --git a/xfa/fxfa/fxfa.h b/xfa/fxfa/fxfa.h index fb124acaf4..6dd901eaf4 100644 --- a/xfa/fxfa/fxfa.h +++ b/xfa/fxfa/fxfa.h @@ -63,9 +63,6 @@ enum class XFA_DocType { PDF = 0, Dynamic = 1, Static = 2 }; #define XFA_EVENTERROR_NotExist 0 #define XFA_EVENTERROR_Disabled 2 -#define XFA_RENDERSTATUS_Ready 1 -#define XFA_RENDERSTATUS_Done 3 - #define XFA_TRAVERSEWAY_Tranvalse 0x0001 #define XFA_TRAVERSEWAY_Form 0x0002 -- cgit v1.2.3