summaryrefslogtreecommitdiff
path: root/fpdfsdk/pdfwindow/PWL_Edit.cpp
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-06-02 14:22:41 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-06-02 21:55:05 +0000
commit12eea8135482911c054e53b482b4176cbd629d97 (patch)
tree1f53239faa69c896fd35a4a7578a7dfe0beebba2 /fpdfsdk/pdfwindow/PWL_Edit.cpp
parentfac46f8ffe6933d6c4bbf4bc8d4e138753cfa876 (diff)
downloadpdfium-chromium/3120.tar.xz
Remove unused bits from PWL_Edit headers.chromium/3120
Change-Id: Ic2e1639ab003f0a4981be0c61714ca9cd0b04c5f Reviewed-on: https://pdfium-review.googlesource.com/6230 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fpdfsdk/pdfwindow/PWL_Edit.cpp')
-rw-r--r--fpdfsdk/pdfwindow/PWL_Edit.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/fpdfsdk/pdfwindow/PWL_Edit.cpp b/fpdfsdk/pdfwindow/PWL_Edit.cpp
index 2b78824711..a2f1c89a8a 100644
--- a/fpdfsdk/pdfwindow/PWL_Edit.cpp
+++ b/fpdfsdk/pdfwindow/PWL_Edit.cpp
@@ -29,8 +29,7 @@
#include "public/fpdf_fwlevent.h"
#include "third_party/base/stl_util.h"
-CPWL_Edit::CPWL_Edit()
- : m_pFillerNotify(nullptr), m_bFocus(false), m_pFormFiller(nullptr) {}
+CPWL_Edit::CPWL_Edit() : m_bFocus(false) {}
CPWL_Edit::~CPWL_Edit() {
ASSERT(!m_bFocus);