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/fwl/basewidget/fwl_datetimepickerimp.cpp | |
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/fwl/basewidget/fwl_datetimepickerimp.cpp')
-rw-r--r-- | xfa/fwl/basewidget/fwl_datetimepickerimp.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/basewidget/fwl_datetimepickerimp.cpp b/xfa/fwl/basewidget/fwl_datetimepickerimp.cpp index 978fb619e2..d436c47374 100644 --- a/xfa/fwl/basewidget/fwl_datetimepickerimp.cpp +++ b/xfa/fwl/basewidget/fwl_datetimepickerimp.cpp @@ -14,7 +14,6 @@ #include "xfa/fwl/core/cfwl_themebackground.h" #include "xfa/fwl/core/fwl_formimp.h" #include "xfa/fwl/core/fwl_noteimp.h" -#include "xfa/fwl/core/fwl_panelimp.h" #include "xfa/fwl/core/fwl_targetimp.h" #include "xfa/fwl/core/fwl_widgetimp.h" #include "xfa/fwl/core/fwl_widgetmgrimp.h" |