From 7131497a17126a0fd9a3c70b49b21c9bdf9c8326 Mon Sep 17 00:00:00 2001 From: Fang Xiaohui Date: Fri, 9 Jul 2021 16:05:20 +0800 Subject: [PATCH] [NUI] Remove unneccesary modification --- src/Tizen.NUI/src/public/Widget/WidgetView.cs | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/Tizen.NUI/src/public/Widget/WidgetView.cs b/src/Tizen.NUI/src/public/Widget/WidgetView.cs index 941164e..3270b99 100755 --- a/src/Tizen.NUI/src/public/Widget/WidgetView.cs +++ b/src/Tizen.NUI/src/public/Widget/WidgetView.cs @@ -41,22 +41,6 @@ namespace Tizen.NUI private WidgetUpdatePeriodChangedEventCallbackType widgetUpdatePeriodChangedEventCallback; private EventHandler widgetFaultedEventHandler; private WidgetFaultedEventCallbackType widgetFaultedEventCallback; - - /// - /// Used in xaml as factory method to create WidgetView. - /// - /// - /// - /// - /// - /// - /// - [EditorBrowsable(EditorBrowsableState.Never)] - public static WidgetView CreateWidgetView(string widgetId, string contentInfo, int width, int height, float updatePeriod) - { - return WidgetViewManager.Instance.AddWidget(widgetId, contentInfo, width, height, updatePeriod); - } - /// /// Creates a new WidgetView. /// -- 2.7.4