]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/gui.cxx
Fix line endings
[flightgear.git] / src / GUI / gui.cxx
index 571588e9c35adcad105547b9efe5d309a25c44ef..fbc5e902aa80f385ce71d32edd650ddb44a0356a 100644 (file)
 #include "preset_dlg.hxx"
 #include "layout.hxx"
 
-extern void initDialog (void);
-extern void mkDialogInit (void);
-extern void ConfirmExitDialogInit(void);
-
 
 puFont guiFnt = 0;
 fntTexFont *guiFntHandle = 0;
@@ -74,8 +70,6 @@ void guiInit()
     puSetDefaultStyle         ( PUSTYLE_SMALL_SHADED ); //PUSTYLE_DEFAULT
     puSetDefaultColourScheme  (0.8, 0.8, 0.9, 1);
 
-    initDialog();
-
     // Next check home directory
     SGPath fntpath;
     char* envp = ::getenv( "FG_FONTS" );
@@ -124,8 +118,5 @@ void guiInit()
        initMouseQuat();
 
     // Set up our Dialog Boxes
-    ConfirmExitDialogInit();
     fgPresetInit();
-       
-    mkDialogInit();
 }