Index: xfa/fwl/core/ifwl_tooltip.cpp |
diff --git a/xfa/fwl/core/ifwl_tooltip.cpp b/xfa/fwl/core/ifwl_tooltip.cpp |
index f0c46555a038ba93d5311df255186e3ecd111858..62810405460100c8807efc3a9b92e14ae90e83fd 100644 |
--- a/xfa/fwl/core/ifwl_tooltip.cpp |
+++ b/xfa/fwl/core/ifwl_tooltip.cpp |
@@ -15,12 +15,6 @@ |
#include "xfa/fwl/core/ifwl_tooltip.h" |
#include "xfa/fwl/theme/cfwl_widgettp.h" |
-// static |
-IFWL_ToolTip* IFWL_ToolTip::Create(const CFWL_WidgetImpProperties& properties, |
- IFWL_Widget* pOuter) { |
- return new IFWL_ToolTip(properties, pOuter); |
-} |
- |
IFWL_ToolTip::IFWL_ToolTip(const CFWL_WidgetImpProperties& properties, |
IFWL_Widget* pOuter) |
: IFWL_Form(properties, pOuter), |