diff options
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); |