summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/cfwl_event.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-11-17 09:55:41 -0800
committerCommit bot <commit-bot@chromium.org>2016-11-17 09:55:41 -0800
commit28f9b62c397c4f3f8dc0cba69ce1cb8c02f81e76 (patch)
tree9f6aa0965e1b20964e40e2976f49eb9992816d4f /xfa/fwl/core/cfwl_event.h
parente7798055382d2694e2ce78e5330af20c741d0a84 (diff)
downloadpdfium-28f9b62c397c4f3f8dc0cba69ce1cb8c02f81e76.tar.xz
Remove the CFWL_EventType::DrawItem
The ListBox DrawItems event is caught by the ComboBox which converts the event into a ComboBox DrawItems event which is never processed. Removed both. Review-Url: https://codereview.chromium.org/2510123002
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 c0c3c3f373..b071fb7c9f 100644
--- a/xfa/fwl/core/cfwl_event.h
+++ b/xfa/fwl/core/cfwl_event.h
@@ -21,7 +21,6 @@ enum class CFWL_EventType {
CheckWord,
Click,
Close,
- DrawItem,
EditChanged,
Key,
KillFocus,