]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/gui.cxx
return attribute mask as unsigned
[flightgear.git] / src / GUI / gui.cxx
index 69b172d1b77f7b8e844e858723ea7f32190ec47f..3675fb6d8169162ef9f8cc361f0733f7e7e779d4 100644 (file)
@@ -51,7 +51,6 @@
 #include <GUI/new_gui.hxx>
 
 #include "gui.h"
-#include "gui_local.hxx"
 #include "layout.hxx"
 
 using namespace osg;
@@ -133,7 +132,6 @@ bool guiFinishInit()
         return false;
     if (!initOp->isFinished())
         return false;
-    initMouseQuat();
     initOp = 0;
     return true;
 }