summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_noteloop.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/core/ifwl_noteloop.h')
-rw-r--r--xfa/fwl/core/ifwl_noteloop.h1
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;
};