From c7e8c6ffe823c74ae37922065f52667efc616fe0 Mon Sep 17 00:00:00 2001 From: Pavel fljot Date: Wed, 25 Dec 2013 17:16:48 +0200 Subject: [PATCH] Remove some redundant stuff --- src/org/gestouch/core/GesturesManager.as | 1 - 1 file changed, 1 deletion(-) diff --git a/src/org/gestouch/core/GesturesManager.as b/src/org/gestouch/core/GesturesManager.as index 8c37763..497586d 100644 --- a/src/org/gestouch/core/GesturesManager.as +++ b/src/org/gestouch/core/GesturesManager.as @@ -20,7 +20,6 @@ package org.gestouch.core public class GesturesManager { protected const _frameTickerShape:Shape = new Shape(); - protected var _inputAdapters:Vector. = new Vector.(); protected var _gesturesMap:Dictionary = new Dictionary(true); protected var _gesturesForTouchMap:Dictionary = new Dictionary(); protected var _gesturesForTargetMap:Dictionary = new Dictionary(true);