[NUI] Fix StyleCop warning CA1823 (#2222)
authorJaehyun Cho <29364140+jaehyun0cho@users.noreply.github.com>
Tue, 24 Nov 2020 07:56:48 +0000 (16:56 +0900)
committerJiyun Yang <ji.yang@samsung.com>
Thu, 26 Nov 2020 08:19:50 +0000 (17:19 +0900)
To fix CA1823(Avoid unused private fields), the unused private fields
are removed.

Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
Co-authored-by: YeongJong Lee <cleanlyj@naver.com>
src/Tizen.NUI/src/internal/Application.cs
src/Tizen.NUI/src/internal/ViewImpl.cs
src/Tizen.NUI/src/internal/WidgetImpl.cs
src/Tizen.NUI/src/public/BaseComponents/AnimatedImageView.cs
src/Tizen.NUI/src/public/FrameCallbackInterface.cs

index 492c27c655b1bc3e6ff88adf619d4c0c0419de59..0dc9bfafca1bdac26bc4604f2fcd4d7a233d2989 100755 (executable)
@@ -305,8 +305,6 @@ namespace Tizen.NUI
 
         ReadOnlyCollection<Element> _logicalChildren;
 
-        static SemaphoreSlim SaveSemaphore = new SemaphoreSlim(1, 1);
-
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static void SetCurrentApplication(Application value) => Current = value;
 
index 4662acc22d8ca4e2f2599f3c3bfc6b61d4da87e2..267ef59411c50c5bd4ce32a48e0cc979a7b5b7ae 100755 (executable)
@@ -862,8 +862,6 @@ namespace Tizen.NUI
         private static global::System.Type[] swigMethodTypes19 = new global::System.Type[] { typeof(DimensionType) };
         private static global::System.Type[] swigMethodTypes20 = new global::System.Type[] { typeof(float), typeof(DimensionType) };
         private static global::System.Type[] swigMethodTypes21 = new global::System.Type[] { };
-        private static global::System.Type[] swigMethodTypes22 = new global::System.Type[] { typeof(View) };
-        private static global::System.Type[] swigMethodTypes23 = new global::System.Type[] { typeof(View) };
         private static global::System.Type[] swigMethodTypes24 = new global::System.Type[] { typeof(StyleManager), typeof(StyleChangeType) };
         private static global::System.Type[] swigMethodTypes25 = new global::System.Type[] { };
         private static global::System.Type[] swigMethodTypes26 = new global::System.Type[] { typeof(PanGesture) };
@@ -881,4 +879,4 @@ namespace Tizen.NUI
         private static global::System.Type[] swigMethodTypes39 = new global::System.Type[] { typeof(SlotObserver), typeof(SWIGTYPE_p_Dali__CallbackBase) };
         private static global::System.Type[] swigMethodTypes40 = new global::System.Type[] { typeof(SlotObserver), typeof(SWIGTYPE_p_Dali__CallbackBase) };
     }
-}
\ No newline at end of file
+}
index 18a20c65053cb9e1c1fa39a88c95898e619ade18..8e5124289c1067e5730ac11af14fcc5b4869dae3 100755 (executable)
@@ -375,14 +375,5 @@ namespace Tizen.NUI
         private SwigDelegateWidgetImpl_5 swigDelegate5;
         private SwigDelegateWidgetImpl_6 swigDelegate6;
         private SwigDelegateWidgetImpl_7 swigDelegate7;
-
-        private static global::System.Type[] swigMethodTypes0 = new global::System.Type[] { typeof(string), typeof(Window) };
-        private static global::System.Type[] swigMethodTypes1 = new global::System.Type[] { typeof(string), typeof(Widget.TerminationType) };
-        private static global::System.Type[] swigMethodTypes2 = new global::System.Type[] { };
-        private static global::System.Type[] swigMethodTypes3 = new global::System.Type[] { };
-        private static global::System.Type[] swigMethodTypes4 = new global::System.Type[] { typeof(Window) };
-        private static global::System.Type[] swigMethodTypes5 = new global::System.Type[] { typeof(string), typeof(int) };
-        private static global::System.Type[] swigMethodTypes6 = new global::System.Type[] { typeof(SlotObserver), typeof(SWIGTYPE_p_Dali__CallbackBase) };
-        private static global::System.Type[] swigMethodTypes7 = new global::System.Type[] { typeof(SlotObserver), typeof(SWIGTYPE_p_Dali__CallbackBase) };
     }
 }
index c9cc98318cf5b3c1b3a9d2ab574de738d0916481..5a56e04d2cec606c89529df153597ec30378fa17 100755 (executable)
@@ -273,7 +273,6 @@ namespace Tizen.NUI.BaseComponents
         int mLoopCount = -1;
         bool mDirtyFlag = false;
         PropertyMap mMap;
-        const string tag = "NUITEST";
         #endregion Private
     }
-}
\ No newline at end of file
+}
index 2d28a3b0fe8f5a4b67fd738e5a280a88664e9f19..20897eda968001861d0d9e0a182bdd98c4293f0f 100755 (executable)
@@ -63,7 +63,6 @@ namespace Tizen.NUI
 
         internal delegate void SwigDelegateFrameCallbackInterface(global::System.IntPtr proxy, float elapsedSeconds);
         private SwigDelegateFrameCallbackInterface swigDelegate0;
-        private static global::System.Type[] swigMethodTypes0 = new global::System.Type[] { typeof(IntPtr), typeof(float) };
 
 
         /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
@@ -260,4 +259,4 @@ namespace Tizen.NUI
             Interop.FrameCallbackInterface.FraemCallbackInterface_RemoveFrameCallback(windowCPtr, swigCPtr);
         }
     }
-}
\ No newline at end of file
+}