diff options
author | Chris Palmer <palmer@google.com> | 2014-08-04 15:58:07 -0700 |
---|---|---|
committer | Chris Palmer <palmer@google.com> | 2014-08-04 15:58:07 -0700 |
commit | 7b99cd3306b669c120d8a581dadd9e480ba420fd (patch) | |
tree | 7f615c230fb8a60deaa2df758ee55a63172fc4cf /fpdfsdk/include | |
parent | f47ab5401690e29be552279e6327408bacde0c63 (diff) | |
download | pdfium-7b99cd3306b669c120d8a581dadd9e480ba420fd.tar.xz |
Remove unused |m_pEvi| field.
Edge closer to the goal of building PDFium with the chromium_code
configuration.
BUG=https://code.google.com/p/pdfium/issues/detail?id=29
R=bo_xu@foxitsoftware.com, thakis@chromium.org
Review URL: https://codereview.chromium.org/441763002
Diffstat (limited to 'fpdfsdk/include')
-rw-r--r-- | fpdfsdk/include/fsdk_actionhandler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/include/fsdk_actionhandler.h b/fpdfsdk/include/fsdk_actionhandler.h index 0ffbddb48a..65d38d71fe 100644 --- a/fpdfsdk/include/fsdk_actionhandler.h +++ b/fpdfsdk/include/fsdk_actionhandler.h @@ -73,7 +73,6 @@ private: void DoAction_SetOCGState(CPDFSDK_Document* pDocument, /*CReader_DocView* pDocView,*/ const CPDF_Action& action); private: - CPDFDoc_Environment* m_pEvi; CPDFSDK_FormActionHandler* m_pFormActionHandler; CPDFSDK_MediaActionHandler* m_pMediaActionHandler; }; |