]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_os.hxx
Merge branch 'jt/runway' into next
[flightgear.git] / src / Main / fg_os.hxx
index c12e79b7bd0d9aa27d4a662139a5c7ff18ce65ad..86710b680621e8d1a2d93ea664c71504cefa5842 100644 (file)
@@ -84,18 +84,4 @@ void fgRegisterWindowResizeHandler(fgWindowResizeHandler func);
 void fgRegisterKeyHandler(fgKeyHandler func);
 void fgRegisterMouseClickHandler(fgMouseClickHandler func);
 void fgRegisterMouseMotionHandler(fgMouseMotionHandler func);
-
-bool fgOSIsMainCamera(const osg::Camera* camera);
-bool fgOSIsMainContext(const osg::GraphicsContext* context);
-
-/** Get graphics context of the main camera. This is the principal
- * window in multi-window configurations, or the only window in an
- * embedded configuration. The GUI will be added to this context.
- */
-osg::GraphicsContext* fgOSGetMainContext();
-
-
-
-
-
 #endif // _FG_OS_HXX