mirror of
https://github.com/scratchfoundation/Gestouch.git
synced 2024-11-27 01:35:40 -05:00
Remove some redundant stuff
This commit is contained in:
parent
3b4a81898b
commit
c7e8c6ffe8
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ package org.gestouch.core
|
||||||
public class GesturesManager
|
public class GesturesManager
|
||||||
{
|
{
|
||||||
protected const _frameTickerShape:Shape = new Shape();
|
protected const _frameTickerShape:Shape = new Shape();
|
||||||
protected var _inputAdapters:Vector.<IInputAdapter> = new Vector.<IInputAdapter>();
|
|
||||||
protected var _gesturesMap:Dictionary = new Dictionary(true);
|
protected var _gesturesMap:Dictionary = new Dictionary(true);
|
||||||
protected var _gesturesForTouchMap:Dictionary = new Dictionary();
|
protected var _gesturesForTouchMap:Dictionary = new Dictionary();
|
||||||
protected var _gesturesForTargetMap:Dictionary = new Dictionary(true);
|
protected var _gesturesForTargetMap:Dictionary = new Dictionary(true);
|
||||||
|
|
Loading…
Reference in a new issue