Mark Sibly 7 years ago
parent
commit
76a042d141
1 changed files with 0 additions and 2 deletions
  1. 0 2
      bananas/joystick/joystick.monkey2

+ 0 - 2
bananas/joystick/joystick.monkey2

@@ -18,8 +18,6 @@ Class Player
 	Field id:Int
 	Field joystick:Joystick
 	
-	Global used:=New StringMap<Bool>
-	
 	Method New( id:Int )
 		Self.id=id
 		Self.joystick=Joystick.Open( id )