diff options
author | Sven Gothel <[email protected]> | 2011-11-11 04:57:45 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-11-11 04:57:45 +0100 |
commit | 3a6f6fd237505e8ced20b64579cca42e61751c51 (patch) | |
tree | f4a495ff0e58e4fe05b02d4192c88393e42d2435 /src/nativewindow | |
parent | 0120a81c36ffc7455d196960048fe935f82fc9a6 (diff) |
Minor edits: Remove dead code / fix dbg printf
Diffstat (limited to 'src/nativewindow')
-rw-r--r-- | src/nativewindow/native/macosx/OSXmisc.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nativewindow/native/macosx/OSXmisc.m b/src/nativewindow/native/macosx/OSXmisc.m index 7b7897701..de0d278fd 100644 --- a/src/nativewindow/native/macosx/OSXmisc.m +++ b/src/nativewindow/native/macosx/OSXmisc.m @@ -273,7 +273,7 @@ JNIEXPORT void JNICALL Java_jogamp_nativewindow_macosx_OSXUtil_AddCASublayer0 CGRect lRectRoot = [rootLayer frame]; // simple 1:1 layout ! [subLayer setFrame:lRectRoot]; - DBG_PRINT("CALayer::AddCASublayer0.0: %p . %p %lf/%lf %lfx%lf (%lf/%lf %lfx%lf) (refcnt %d)\n", + DBG_PRINT("CALayer::AddCASublayer0.0: %p . %p %lf/%lf %lfx%lf (refcnt %d)\n", rootLayer, subLayer, lRectRoot.origin.x, lRectRoot.origin.y, lRectRoot.size.width, lRectRoot.size.height, (int)[subLayer retainCount]); [JNFRunLoop performOnMainThreadWaiting:YES withBlock:^(){ [rootLayer addSublayer:subLayer]; |