diff options
author | Henrique Nakashima <hnakashima@chromium.org> | 2018-05-11 20:51:46 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-05-11 20:51:46 +0000 |
commit | d1de2f3227e2f67c873c1e94c88f4d467ff0050e (patch) | |
tree | 85b03177e1b8c948643d4bd13339eb4ca4141b1e /xfa/fwl/README.md | |
parent | d29141627b461eaf3507eaf833184802394a5a69 (diff) | |
download | pdfium-d1de2f3227e2f67c873c1e94c88f4d467ff0050e.tar.xz |
Remove CFWL_ComboBoxProxy.
It is never instantiated.
Change-Id: I6b97abbe4bd7013e8a540e788da6cea7d0ba978b
Reviewed-on: https://pdfium-review.googlesource.com/32410
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'xfa/fwl/README.md')
-rw-r--r-- | xfa/fwl/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/README.md b/xfa/fwl/README.md index 9285e89345..9ee5575b42 100644 --- a/xfa/fwl/README.md +++ b/xfa/fwl/README.md @@ -6,7 +6,6 @@ classes are both controllers and renderers for each widget. The hierarchy is: * CFWL_Widget * CFWL_Form * CFWL_FormProxy - * CFWL_ComboBoxProxy * CFWL_Caret * CFWL_CheckBox * CFWL_ComboBox |