summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/cfwl_event.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-11-17 07:39:35 -0800
committerCommit bot <commit-bot@chromium.org>2016-11-17 07:39:35 -0800
commitd5670482c19cff27997c3c94aa2efa142ae36259 (patch)
treebe793c070e250f9448e674b2ef7558df46ac94f0 /xfa/fwl/core/cfwl_event.h
parent0baa5c719a44875789898e12c247b8c719c27815 (diff)
downloadpdfium-d5670482c19cff27997c3c94aa2efa142ae36259.tar.xz
Remove SelfAdaption code
Nothing listens for CFWL_Event::PreSelfAdaption events and nothing sets the HSelfAdaption or VSelfAdaption flags into IFWL_Edit. Removing code. Review-Url: https://codereview.chromium.org/2514443002
Diffstat (limited to 'xfa/fwl/core/cfwl_event.h')
-rw-r--r--xfa/fwl/core/cfwl_event.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/core/cfwl_event.h b/xfa/fwl/core/cfwl_event.h
index d91aa47e35..b127603155 100644
--- a/xfa/fwl/core/cfwl_event.h
+++ b/xfa/fwl/core/cfwl_event.h
@@ -32,7 +32,6 @@ enum class CFWL_EventType {
MouseWheel,
PostDropDown,
PreDropDown,
- PreSelfAdaption,
Scroll,
SelectChanged,
SetFocus,