Index: xfa/fwl/core/ifwl_scrollbar.h |
diff --git a/xfa/fwl/core/ifwl_scrollbar.h b/xfa/fwl/core/ifwl_scrollbar.h |
index 19e5c88d96c2d9056f0f7ecfdd41a86ce89051ba..2c7205f0e2237cafd85b63033369acbf4e16f6f0 100644 |
--- a/xfa/fwl/core/ifwl_scrollbar.h |
+++ b/xfa/fwl/core/ifwl_scrollbar.h |
@@ -19,8 +19,6 @@ class IFWL_Widget; |
#define FWL_STYLEEXT_SCB_Horz (0L << 0) |
#define FWL_STYLEEXT_SCB_Vert (1L << 0) |
-class IFWL_ScrollBarDP : public IFWL_DataProvider {}; |
- |
class IFWL_ScrollBar : public IFWL_Widget { |
public: |
IFWL_ScrollBar(const IFWL_App* app, |