Index: xfa/fwl/core/ifwl_monthcalendar.cpp |
diff --git a/xfa/fwl/core/ifwl_monthcalendar.cpp b/xfa/fwl/core/ifwl_monthcalendar.cpp |
index 741c88f6062ba9e260cd8f9ac5856aafe08b7605..096e3586d0f1979cbd5e4d6fc25836aae12f007f 100644 |
--- a/xfa/fwl/core/ifwl_monthcalendar.cpp |
+++ b/xfa/fwl/core/ifwl_monthcalendar.cpp |
@@ -117,13 +117,6 @@ CFX_WideString* GetCapacityForMonth(IFWL_ThemeProvider* pTheme, |
} // namespace |
-// static |
-IFWL_MonthCalendar* IFWL_MonthCalendar::Create( |
- const CFWL_WidgetImpProperties& properties, |
- IFWL_Widget* pOuter) { |
- return new IFWL_MonthCalendar(properties, pOuter); |
-} |
- |
IFWL_MonthCalendar::IFWL_MonthCalendar( |
const CFWL_WidgetImpProperties& properties, |
IFWL_Widget* pOuter) |