From: Seoyeon Kim Date: Mon, 15 Nov 2021 03:36:21 +0000 (+0900) Subject: [NUI] Remove build warning messages X-Git-Tag: submit/tizen_6.5/20211115.105807~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=33e7182b65e4fcb5c544635a9cce7385a15b5b5d;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [NUI] Remove build warning messages 1. CS0414 : The field 'tag' is assigned but its value is never used - Accessibility.cs and AnimatedVectorImageView.cs 2. CS0419 : Ambiguous reference in cref attribute: 'SetImage' - ImageView.cs Signed-off-by: Seoyeon Kim --- diff --git a/src/Tizen.NUI/src/public/Accessibility/Accessibility.cs b/src/Tizen.NUI/src/public/Accessibility/Accessibility.cs index 7f3dd5b..dec1718 100755 --- a/src/Tizen.NUI/src/public/Accessibility/Accessibility.cs +++ b/src/Tizen.NUI/src/public/Accessibility/Accessibility.cs @@ -328,7 +328,6 @@ namespace Tizen.NUI.Accessibility private View dummy; - private static string tag = "NUITEST"; #endregion Private } diff --git a/src/Tizen.NUI/src/public/BaseComponents/AnimatedVectorImageView.cs b/src/Tizen.NUI/src/public/BaseComponents/AnimatedVectorImageView.cs index a5dd7e0..518b203 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/AnimatedVectorImageView.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/AnimatedVectorImageView.cs @@ -535,7 +535,6 @@ namespace Tizen.NUI.BaseComponents SetByBaseSetMinMaxFrameMethod, } - private string tag = "NUITEST"; private AnimationStates CurrentAnimationState = AnimationStates.Stopped; #endregion Private } diff --git a/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs b/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs index 5515ceb..d94cea7 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs @@ -652,7 +652,7 @@ namespace Tizen.NUI.BaseComponents /// /// /// Changing this property make this ImageView load image synchronously at the next loading - /// by following operation: , , + /// by following operation: , , /// and by some properties those cause reloading: , and etc. /// /// 9