From f9ffa3493df82c59a558931d485029e48c49bfcf Mon Sep 17 00:00:00 2001 From: Andrei Misiukevich Date: Thu, 19 Dec 2019 18:29:10 +0300 Subject: [PATCH] removed redundant variable --- PanCardView/CardsView.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/PanCardView/CardsView.cs b/PanCardView/CardsView.cs index 2d5d4e7..af31234 100644 --- a/PanCardView/CardsView.cs +++ b/PanCardView/CardsView.cs @@ -186,7 +186,6 @@ public event NotifyCollectionChangedEventHandler ViewsInUseCollectionChanged private int _viewsChildrenCount; private bool _isPanStarted; - private bool _shouldSkipTouch; private bool _isOppositePanDirectionIssueResolved; private bool _isViewInited; private bool _hasRenderer;