X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_os.hxx;h=86710b680621e8d1a2d93ea664c71504cefa5842;hb=18d1593c42c2df60d7fb44ace722ca3e8a7fd82c;hp=c12e79b7bd0d9aa27d4a662139a5c7ff18ce65ad;hpb=580ebf637b991bbc5bb6b9632e8e62845d23ea43;p=flightgear.git diff --git a/src/Main/fg_os.hxx b/src/Main/fg_os.hxx index c12e79b7b..86710b680 100644 --- a/src/Main/fg_os.hxx +++ b/src/Main/fg_os.hxx @@ -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