diff options
author | dsinclair <dsinclair@chromium.org> | 2016-11-14 15:13:11 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-14 15:13:11 -0800 |
commit | 3439802410dc2c4aeb49397c987bf5ca0ddfad8b (patch) | |
tree | b321dc4ed2a4d032d36a8b5f532a904c77021817 /xfa/fwl/core/ifwl_app.cpp | |
parent | 137a344ad02056107e2e01d5d55f5e97d21fa74b (diff) | |
download | pdfium-3439802410dc2c4aeb49397c987bf5ca0ddfad8b.tar.xz |
Cleanup fwl_* classes and cfx_* classes in fwl.
This CL cleans up the classes in the fwl_* and cfx_* files in fwl/core.
Review-Url: https://codereview.chromium.org/2503513002
Diffstat (limited to 'xfa/fwl/core/ifwl_app.cpp')
-rw-r--r-- | xfa/fwl/core/ifwl_app.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xfa/fwl/core/ifwl_app.cpp b/xfa/fwl/core/ifwl_app.cpp index 2612088c79..0a2b53a749 100644 --- a/xfa/fwl/core/ifwl_app.cpp +++ b/xfa/fwl/core/ifwl_app.cpp @@ -19,6 +19,4 @@ IFWL_App::IFWL_App(CXFA_FFApp* pAdapter) ASSERT(m_pAdapterNative); } -IFWL_App::~IFWL_App() { - CFWL_ToolTipContainer::DeleteInstance(); -} +IFWL_App::~IFWL_App() {} |