[NUI] Resolve CA1823 of StyleCop (#1669)
authorjaehyun0cho <jaehyun0cho@gmail.com>
Tue, 9 Jun 2020 10:12:06 +0000 (19:12 +0900)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2020 10:12:06 +0000 (19:12 +0900)
commitee50efa586a41fe0003ef71eda192aefd9c755e2
tree6a53e15205df5bf4359b36e0fa38c84accd8ec9a
parent98dcbeeefd4172dbe9fab93fafe101200ce6255e
[NUI] Resolve CA1823 of StyleCop (#1669)

To resolve CA1823 of StyleCop in Tizen.NUI.Components and
Tizen.NUI.Wearable, unused variables are removed.

'isNeedAnimation' in CircularPagination.cs is not removed because it is
marked as 'TODO'.

Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
src/Tizen.NUI.Components/Controls/RecyclerView/LinearLayoutManager.cs
src/Tizen.NUI.Components/Controls/Scrollbar.cs
src/Tizen.NUI.Wearable/src/public/Popup.cs
src/Tizen.NUI.Wearable/src/public/WearableList.cs