diff options
author | dsinclair <dsinclair@chromium.org> | 2016-04-18 10:21:00 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-18 10:21:00 -0700 |
commit | 9b3656b8b49db7f228304aff9ffa599999199a0c (patch) | |
tree | 631b0f75045167298be00db2091c1334518ff920 /xfa.gyp | |
parent | 7adef41ed27ced7e18ee649a3d4f27a3cc00c51f (diff) | |
download | pdfium-9b3656b8b49db7f228304aff9ffa599999199a0c.tar.xz |
Remove unused FWL Panel code.
This code was used to subclass Form only, the one method in Panel is overridden
in Form.
Review URL: https://codereview.chromium.org/1899743002
Diffstat (limited to 'xfa.gyp')
-rw-r--r-- | xfa.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -188,8 +188,6 @@ "xfa/fwl/core/fwl_formimp.h", "xfa/fwl/core/fwl_noteimp.cpp", "xfa/fwl/core/fwl_noteimp.h", - "xfa/fwl/core/fwl_panelimp.cpp", - "xfa/fwl/core/fwl_panelimp.h", "xfa/fwl/core/fwl_sdadapterimp.cpp", "xfa/fwl/core/fwl_sdadapterimp.h", "xfa/fwl/core/fwl_targetimp.cpp", @@ -210,7 +208,6 @@ "xfa/fwl/core/ifwl_form.h", "xfa/fwl/core/ifwl_notedriver.h", "xfa/fwl/core/ifwl_noteloop.h", - "xfa/fwl/core/ifwl_panel.h", "xfa/fwl/core/ifwl_target.h", "xfa/fwl/core/ifwl_themeprovider.h", "xfa/fwl/core/ifwl_thread.h", |