]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/gui.cxx
Initial revision
[flightgear.git] / src / GUI / gui.cxx
index 7e2e8e6cec38de7835e8f01a661a003737d9aefd..7bbd73b819b5ec95627ce584cdf716cb9cc79843 100644 (file)
 
 FG_USING_STD(string);
 
-#ifndef FG_HAVE_NATIVE_SGI_COMPILERS
-FG_USING_STD(cout);
-#endif
-
 puFont guiFnt = 0;
 fntTexFont *guiFntHandle = 0;
 
@@ -599,7 +595,7 @@ void guiInit()
     // Install our fast fonts
     fntpath.append( "typewriter.txf" );
     guiFntHandle = new fntTexFont ;
-    guiFntHandle -> load ( (char *)fntpath.c_str() ) ;
+    guiFntHandle -> load ( fntpath.c_str() ) ;
     puFont GuiFont ( guiFntHandle, 15 ) ;
     puSetDefaultFonts( GuiFont, GuiFont ) ;
     guiFnt = puGetDefaultLabelFont();