Skip to content

Commit 2b90dd5

Browse files
committed
cleanup
1 parent 8c1d96e commit 2b90dd5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

haxe/ui/backend/ScreenBase.hx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -126,18 +126,7 @@ class ScreenBase {
126126
if (c.percentHeight > 0) {
127127
cy = (this.height * c.percentHeight) / 100;
128128
}
129-
130-
// c.lock();
131-
/*
132-
var start = Sys.time();
133-
c.takeInvalidationSnapshot();
134-
*/
135129
c.resizeComponent(cx, cy);
136-
/*
137-
trace(this + " > " + (Sys.time() - start) + "s");
138-
c.printInvalidationSnapshot();
139-
*/
140-
// c.unlock();
141130
}
142131

143132
public var frame(get, null):Frame;

0 commit comments

Comments
 (0)