From 55681f9c135c978cf4ca525dc1d26ff330e83029 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 30 Jul 2014 19:00:31 -0700 Subject: Remove a few unused variables, functions, and member variables. No intended behavior change. BUG=pdfium:29 R=bo_xu@foxitsoftware.com Review URL: https://codereview.chromium.org/426763003 --- fpdfsdk/include/formfiller/FFL_TextField.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'fpdfsdk/include/formfiller/FFL_TextField.h') diff --git a/fpdfsdk/include/formfiller/FFL_TextField.h b/fpdfsdk/include/formfiller/FFL_TextField.h index d2808e99c7..3a5fd688b0 100644 --- a/fpdfsdk/include/formfiller/FFL_TextField.h +++ b/fpdfsdk/include/formfiller/FFL_TextField.h @@ -25,9 +25,6 @@ public: virtual void Redo(); virtual CFX_WideString GetDescr(); virtual void Release(); - -private: - CPWL_Edit* m_pEdit; }; struct FFL_TextFieldState -- cgit v1.2.3