summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_tooltip.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/core/ifwl_tooltip.h')
-rw-r--r--xfa/fwl/core/ifwl_tooltip.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/xfa/fwl/core/ifwl_tooltip.h b/xfa/fwl/core/ifwl_tooltip.h
index d5e70cd866..cb3eab1740 100644
--- a/xfa/fwl/core/ifwl_tooltip.h
+++ b/xfa/fwl/core/ifwl_tooltip.h
@@ -12,7 +12,6 @@
class CFWL_WidgetProperties;
class IFWL_Widget;
-class CFWL_ToolTipImpDelegate;
#define FWL_STYLEEXT_TTP_Rectangle (0L << 3)
#define FWL_STYLEEXT_TTP_RoundCorner (1L << 3)
@@ -20,17 +19,6 @@ class CFWL_ToolTipImpDelegate;
#define FWL_STYLEEXT_TTP_Multiline (1L << 5)
#define FWL_STYLEEXT_TTP_NoAnchor (1L << 6)
-class IFWL_ToolTipDP : public IFWL_DataProvider {
- public:
- // IFWL_DataProvider
- void GetCaption(IFWL_Widget* pWidget, CFX_WideString& wsCaption) override = 0;
-
- virtual int32_t GetInitialDelay(IFWL_Widget* pWidget) = 0;
- virtual int32_t GetAutoPopDelay(IFWL_Widget* pWidget) = 0;
- virtual CFX_DIBitmap* GetToolTipIcon(IFWL_Widget* pWidget) = 0;
- virtual CFX_SizeF GetToolTipIconSize(IFWL_Widget* pWidget) = 0;
-};
-
class IFWL_ToolTip : public IFWL_Form {
public:
IFWL_ToolTip(const IFWL_App* app,