Index: xfa/fwl/core/ifwl_scrollbar.cpp |
diff --git a/xfa/fwl/core/ifwl_scrollbar.cpp b/xfa/fwl/core/ifwl_scrollbar.cpp |
index 15478ff0929067c46dfdd0ed7497a2024d2e8fb8..8c677f6a0b610376c0b1afc8488d7b2f8ccb3397 100644 |
--- a/xfa/fwl/core/ifwl_scrollbar.cpp |
+++ b/xfa/fwl/core/ifwl_scrollbar.cpp |
@@ -16,13 +16,6 @@ |
#define FWL_SCROLLBAR_Elapse 500 |
#define FWL_SCROLLBAR_MinThumb 5 |
-// static |
-IFWL_ScrollBar* IFWL_ScrollBar::Create( |
- const CFWL_WidgetImpProperties& properties, |
- IFWL_Widget* pOuter) { |
- return new IFWL_ScrollBar(properties, pOuter); |
-} |
- |
IFWL_ScrollBar::IFWL_ScrollBar(const CFWL_WidgetImpProperties& properties, |
IFWL_Widget* pOuter) |
: IFWL_Widget(properties, pOuter), |