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);