diff options
author | Sven Gothel <[email protected]> | 2010-10-29 03:30:53 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-10-29 03:30:53 +0200 |
commit | 27530775e22bd04242a91a8f12f8c6c930c398b9 (patch) | |
tree | 385c780013b6a4875efc4999baea2dcec8df8132 /src/newt/native/X11Window.c | |
parent | ef8da46af8ef42d04b9f0701f0d18e1277765d01 (diff) |
remove positive RANDR message
Diffstat (limited to 'src/newt/native/X11Window.c')
-rw-r--r-- | src/newt/native/X11Window.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/newt/native/X11Window.c b/src/newt/native/X11Window.c index bced039b9..f105b0889 100644 --- a/src/newt/native/X11Window.c +++ b/src/newt/native/X11Window.c @@ -866,8 +866,6 @@ JNIEXPORT jintArray JNICALL Java_com_jogamp_newt_impl_x11_X11Screen_getAvailable if(False == NewtScreen_getRANDRVersion(dpy, &major, &minor)) { fprintf(stderr, "RANDR not available\n"); - } else { - fprintf(stderr, "RANDR %d.%d available\n", major, minor); } rotations_supported = XRRRotations (dpy, (int)scrn_idx, &cur_rotation); |