Index: xfa/fwl/basewidget/fwl_spinbuttonimp.cpp |
diff --git a/xfa/fwl/basewidget/fwl_spinbuttonimp.cpp b/xfa/fwl/basewidget/fwl_spinbuttonimp.cpp |
index 569208776220b248239991326495ddab0f601910..fd9630f7d6ac6e8213da6e6868878b56f36715c7 100644 |
--- a/xfa/fwl/basewidget/fwl_spinbuttonimp.cpp |
+++ b/xfa/fwl/basewidget/fwl_spinbuttonimp.cpp |
@@ -59,9 +59,7 @@ FWL_ERR CFWL_SpinButtonImp::GetClassName(CFX_WideString& wsClass) const { |
wsClass = FWL_CLASS_SpinButton; |
return FWL_ERR_Succeeded; |
} |
-uint32_t CFWL_SpinButtonImp::GetClassID() const { |
- return FWL_CLASSHASH_SpinButton; |
-} |
+ |
FWL_ERR CFWL_SpinButtonImp::Initialize() { |
if (CFWL_WidgetImp::Initialize() != FWL_ERR_Succeeded) |
return FWL_ERR_Indefinite; |