ncannasse 12 years ago
parent
commit
031cb20673
2 changed files with 0 additions and 8 deletions
  1. 0 6
      hxd/Res.hx
  2. 0 2
      hxd/res/Texture.hx

+ 0 - 6
hxd/Res.hx

@@ -1,11 +1,5 @@
 package hxd;
 
-private abstract Lazy(String) {
-	public function new(resPath) {
-		this = resPath;
-	}
-}
-
 @:build(hxd.res.FileTree.build())
 class Res {
 	

+ 0 - 2
hxd/res/Texture.hx

@@ -84,7 +84,6 @@ class Texture extends Resource {
 				}
 				tex.uploadBytes(bytes);
 				hxd.impl.Tmp.saveBytes(bytes);
-				trace(flash.Lib.getTimer());
 			}
 			if( entry.isAvailable )
 				load();
@@ -116,7 +115,6 @@ class Texture extends Resource {
 					hxd.impl.Tmp.saveBytes(out);
 				}
 				bmp.dispose();
-				trace(flash.Lib.getTimer());
 			});
 		}
 	}