From 27530775e22bd04242a91a8f12f8c6c930c398b9 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 29 Oct 2010 03:30:53 +0200 Subject: remove positive RANDR message --- src/newt/native/X11Window.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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); -- cgit v1.2.3