summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_notedriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/core/ifwl_notedriver.h')
-rw-r--r--xfa/fwl/core/ifwl_notedriver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/core/ifwl_notedriver.h b/xfa/fwl/core/ifwl_notedriver.h
index cdedd6f0c9..cdb751f324 100644
--- a/xfa/fwl/core/ifwl_notedriver.h
+++ b/xfa/fwl/core/ifwl_notedriver.h
@@ -30,7 +30,6 @@ class IFWL_NoteDriver {
virtual ~IFWL_NoteDriver() {}
virtual FX_BOOL SendNote(CFWL_Note* pNote) = 0;
- virtual FX_BOOL PostMessage(CFWL_Message* pMessage) = 0;
virtual FWL_ERR RegisterEventTarget(
IFWL_Widget* pListener,
IFWL_Widget* pEventSource = NULL,