From c5b40ba5c4f993fa2445ad7db0c98de80aa43514 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 5 Jan 2016 17:05:31 -0800 Subject: Merge to XFA: Document::DoAnnotDelay and m_DelayAnnotData member unused. Orignal Review URL: https://codereview.chromium.org/1565613002 . (cherry picked from commit 685c3130da63bd1eea1281f29bf1ee4f22f03129) R=thestig@chromium.org TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1562653002 . --- fpdfsdk/src/javascript/Document.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'fpdfsdk/src/javascript/Document.h') diff --git a/fpdfsdk/src/javascript/Document.h b/fpdfsdk/src/javascript/Document.h index 350ab05682..94860fc425 100644 --- a/fpdfsdk/src/javascript/Document.h +++ b/fpdfsdk/src/javascript/Document.h @@ -267,8 +267,6 @@ class Document : public CJS_EmbedObj { CFX_ByteString& strFolderName); void AddDelayData(CJS_DelayData* pData); void DoFieldDelay(const CFX_WideString& sFieldName, int nControlIndex); - void AddDelayAnnotData(CJS_AnnotObj* pData); - void DoAnnotDelay(); void SetIsolate(v8::Isolate* isolate) { m_isolate = isolate; } CJS_Document* GetCJSDoc() const; @@ -285,7 +283,6 @@ class Document : public CJS_EmbedObj { CFX_WideString m_cwBaseURL; bool m_bDelay; CFX_ArrayTemplate m_DelayData; - CFX_ArrayTemplate m_DelayAnnotData; }; class CJS_Document : public CJS_Object { -- cgit v1.2.3