summaryrefslogtreecommitdiff
path: root/xfa/fwl
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl')
-rw-r--r--xfa/fwl/core/fwl_sdadapterimp.cpp4
-rw-r--r--xfa/fwl/core/fwl_sdadapterimp.h1
-rw-r--r--xfa/fwl/core/ifwl_adapterwidgetmgr.h1
3 files changed, 0 insertions, 6 deletions
diff --git a/xfa/fwl/core/fwl_sdadapterimp.cpp b/xfa/fwl/core/fwl_sdadapterimp.cpp
index 9732414ea1..76cbad6b86 100644
--- a/xfa/fwl/core/fwl_sdadapterimp.cpp
+++ b/xfa/fwl/core/fwl_sdadapterimp.cpp
@@ -127,10 +127,6 @@ FWL_ERR CFWL_SDAdapterWidgetMgr::UpdateMenu(IFWL_Menu* pMenu,
int32_t iType) {
return FWL_ERR_Succeeded;
}
-int32_t CFWL_SDAdapterWidgetMgr::TrackPopupMenu(IFWL_Menu* pMenu,
- IFWL_MenuDP* pMenuData) {
- return 0;
-}
FWL_ERR CFWL_SDAdapterWidgetMgr::SetMessageHook(IFWL_AdapterMessageHook* hook) {
return FWL_ERR_Succeeded;
}
diff --git a/xfa/fwl/core/fwl_sdadapterimp.h b/xfa/fwl/core/fwl_sdadapterimp.h
index d91c88213e..3bd176afe8 100644
--- a/xfa/fwl/core/fwl_sdadapterimp.h
+++ b/xfa/fwl/core/fwl_sdadapterimp.h
@@ -61,7 +61,6 @@ class CFWL_SDAdapterWidgetMgr : public IFWL_AdapterWidgetMgr {
virtual FWL_ERR UpdateMenu(IFWL_Menu* pMenu,
const void* hItem,
int32_t iType);
- virtual int32_t TrackPopupMenu(IFWL_Menu* pMenu, IFWL_MenuDP* pMenuData);
virtual FWL_ERR SetMessageHook(IFWL_AdapterMessageHook* hook);
virtual FWL_ERR GetSystemBorder(FX_FLOAT& l,
FX_FLOAT& t,
diff --git a/xfa/fwl/core/ifwl_adapterwidgetmgr.h b/xfa/fwl/core/ifwl_adapterwidgetmgr.h
index 8744c6b078..a737e81c3c 100644
--- a/xfa/fwl/core/ifwl_adapterwidgetmgr.h
+++ b/xfa/fwl/core/ifwl_adapterwidgetmgr.h
@@ -64,7 +64,6 @@ class IFWL_AdapterWidgetMgr {
virtual FWL_ERR UpdateMenu(IFWL_Menu* pMenu,
const void* hItem,
int32_t iType) = 0;
- virtual int32_t TrackPopupMenu(IFWL_Menu* pMenu, IFWL_MenuDP* pMenuData) = 0;
virtual FWL_ERR SetMessageHook(IFWL_AdapterMessageHook* hook) = 0;
virtual FWL_ERR GetSystemBorder(FX_FLOAT& l,
FX_FLOAT& t,