diff options
Diffstat (limited to 'xfa/fwl/core/fwl_sdadapterimp.cpp')
-rw-r--r-- | xfa/fwl/core/fwl_sdadapterimp.cpp | 4 |
1 files changed, 0 insertions, 4 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; } |