Nicolas Cannasse 4 years ago
parent
commit
dbbb96cd97
1 changed files with 0 additions and 4 deletions
  1. 0 4
      hxd/Key.hx

+ 0 - 4
hxd/Key.hx

@@ -161,10 +161,6 @@ class Key {
 	public static inline var LALT = ALT | LOC_LEFT;
 	public static inline var RALT = ALT | LOC_RIGHT;
 
-	#if noEngine
-	public static var frameCount = 0;
-	#end
-
 	static var initDone = false;
 	static var keyPressed : Array<Int> = [];