[NUI] Remove build warning messages
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 15 Nov 2021 01:37:05 +0000 (10:37 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 17 Nov 2021 08:08:13 +0000 (17:08 +0900)
commit63e6042c9dd2ff3a48c940ec01627241a954f66c
tree433a49af7b878939539ac8aef792ef2018ac34b9
parente775c059fe36a4630c2152d6c8a52c0a229c8613
[NUI] Remove build warning messages

1. CS0414 : The field 'tag' is assigned but its value is never used
 - Accessibility.cs and AnimatedVectorImageView.cs
2. CS1574 : XML comment has cref attribute 'TransitionOptions' that could not be resolved
 - TransitionOptions.cs
3. CS0419 : Ambiguous reference in cref attribute: 'SetImage'
 - ImageView.cs

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
src/Tizen.NUI/src/public/Accessibility/Accessibility.cs
src/Tizen.NUI/src/public/Animation/TransitionOptions.cs
src/Tizen.NUI/src/public/BaseComponents/AnimatedVectorImageView.cs
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs