From b95901091d63ce09accec3088945955f969d46e1 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 27 Apr 2016 06:38:59 -0700 Subject: Remove IFX_SystemHandler. This CL folds IFX_SystemHandler into CFX_SystemHandler. Methods which either had no implementation, or returned a default value have been removed. Review URL: https://codereview.chromium.org/1923093002 --- xfa/fwl/core/ifwl_adapterwidgetmgr.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xfa/fwl/core/ifwl_adapterwidgetmgr.h') 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, -- cgit v1.2.3