]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/menubar.cxx
Merge branch 'maint' into next
[flightgear.git] / src / GUI / menubar.cxx
index fd034c1969db1e0c15f3ce620c1e2a59b762d92a..db8e32aab94bb23a307fdb5540c2962dbe225070 100644 (file)
 // user-configured dialogs and new commands where necessary.
 ////////////////////////////////////////////////////////////////////////
 
-extern void reInit (void);
-static bool
-do_reinit_dialog (const SGPropertyNode * arg)
-{
-    reInit();
-    return true;
-}
-
 #if defined(TR_HIRES_SNAP)
 extern void dumpHiResSnapShot ();
 static bool
@@ -66,7 +58,6 @@ static struct {
     const char * name;
     SGCommandMgr::command_t command;
 } deprecated_dialogs [] = {
-    { "old-reinit-dialog", do_reinit_dialog },
 #if defined(TR_HIRES_SNAP)
     { "old-hires-snapshot-dialog", do_hires_snapshot_dialog },
 #endif