]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/renderer.cxx
Make sure 'make dist' keeps working.
[flightgear.git] / src / Main / renderer.cxx
index 6eafe627fbce5305fa867133d0f5d2fdc9caf4c3..368dba6429f914682813d34b50558b620045f257 100644 (file)
 
 #include <simgear/compiler.h>
 
-#ifdef HAVE_WINDOWS_H
-#  include <windows.h>
-#endif
-
 #include <osg/ref_ptr>
 #include <osg/AlphaFunc>
 #include <osg/BlendFunc>
@@ -833,8 +829,6 @@ FGRenderer::resize( int width, int height ) {
     if (height != lastheight)
         fgSetInt("/sim/startup/ysize", lastheight = height);
 
-    guiInitMouse(width, height);
-
     // for all views
     FGViewMgr *viewmgr = globals->get_viewmgr();
     if (viewmgr) {