diff options
Diffstat (limited to 'xfa/fwl/core/ifwl_tooltip.h')
-rw-r--r-- | xfa/fwl/core/ifwl_tooltip.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xfa/fwl/core/ifwl_tooltip.h b/xfa/fwl/core/ifwl_tooltip.h index 69f0e13596..7554f82bf9 100644 --- a/xfa/fwl/core/ifwl_tooltip.h +++ b/xfa/fwl/core/ifwl_tooltip.h @@ -35,9 +35,6 @@ class IFWL_ToolTipDP : public IFWL_DataProvider { class IFWL_ToolTip : public IFWL_Form { public: - static IFWL_ToolTip* Create(const CFWL_WidgetImpProperties& properties, - IFWL_Widget* pOuter); - IFWL_ToolTip(const CFWL_WidgetImpProperties& properties, IFWL_Widget* pOuter); ~IFWL_ToolTip() override; |