diff options
author | dsinclair <dsinclair@chromium.org> | 2016-04-13 13:24:39 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-13 13:24:40 -0700 |
commit | c4c17fbbcf4cd2b72af7c10db0320d78099df66d (patch) | |
tree | daedb56c01607a4d169bf5494ba199dca632c454 /xfa/fwl/core/ifwl_noteloop.h | |
parent | 9f3dbbc54c6981f069b57e6714393ac6c0c64231 (diff) | |
download | pdfium-c4c17fbbcf4cd2b72af7c10db0320d78099df66d.tar.xz |
Remove unused FWL methods
This CL removes various methods from FWL that are not called.
Review URL: https://codereview.chromium.org/1886703005
Diffstat (limited to 'xfa/fwl/core/ifwl_noteloop.h')
-rw-r--r-- | xfa/fwl/core/ifwl_noteloop.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/core/ifwl_noteloop.h b/xfa/fwl/core/ifwl_noteloop.h index a56d880b4a..b0b182e793 100644 --- a/xfa/fwl/core/ifwl_noteloop.h +++ b/xfa/fwl/core/ifwl_noteloop.h @@ -15,7 +15,6 @@ class CFWL_Message; class IFWL_NoteLoop { public: virtual ~IFWL_NoteLoop() {} - virtual FX_BOOL PreProcessMessage(CFWL_Message* pMessage) = 0; virtual FWL_ERR Idle(int32_t count) = 0; }; |