Remove some redundant stuff

This commit is contained in:
Pavel fljot 2013-12-25 17:16:48 +02:00
parent 3b4a81898b
commit c7e8c6ffe8

View file

@ -20,7 +20,6 @@ package org.gestouch.core
public class GesturesManager
{
protected const _frameTickerShape:Shape = new Shape();
protected var _inputAdapters:Vector.<IInputAdapter> = new Vector.<IInputAdapter>();
protected var _gesturesMap:Dictionary = new Dictionary(true);
protected var _gesturesForTouchMap:Dictionary = new Dictionary();
protected var _gesturesForTargetMap:Dictionary = new Dictionary(true);