diff --git a/freeglut/freeglut/src/freeglut_spaceball.c b/freeglut/freeglut/src/freeglut_spaceball.c index 0bec833..7816f66 100644 --- a/freeglut/freeglut/src/freeglut_spaceball.c +++ b/freeglut/freeglut/src/freeglut_spaceball.c @@ -63,10 +63,8 @@ void fgInitialiseSpaceball(void) { Window w; - if(!fgStructure.CurrentWindow) { - fgWarning("fgInitialiseSpaceball: no current window!\n"); + if(!fgStructure.CurrentWindow) return; - } w = fgStructure.CurrentWindow->Window.Handle; if(spnav_x11_open(fgDisplay.Display, w) == -1) {