Revert "Rebase develnui (#4853)"
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Components / Controls / AlertDialog.cs
index 5a4334d..642bfaf 100755 (executable)
@@ -346,19 +346,6 @@ namespace Tizen.NUI.Components
         {
             get
             {
-                return GetValue(ActionsProperty) as IEnumerable<View>;
-            }
-            set
-            {
-                SetValue(ActionsProperty, value);
-                NotifyPropertyChanged();
-            }
-        }
-
-        private IEnumerable<View> InternalActions
-        {
-            get
-            {
                 return actionContentViews;
             }
             set