From: mfranz Date: Wed, 4 May 2005 21:25:57 +0000 (+0000) Subject: one dialog-show is enough X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2a5b1040d3e699bd66ba3b176d9eb4552c73bf5e;p=flightgear.git one dialog-show is enough --- diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index 335b25599..21e9975e5 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -1292,6 +1292,7 @@ do_save_xml_from_proptree(const SGPropertyNode * node) return true; } + //////////////////////////////////////////////////////////////////////// // Command setup. //////////////////////////////////////////////////////////////////////// @@ -1342,7 +1343,6 @@ static struct { { "dialog-new", do_dialog_new }, { "dialog-show", do_dialog_show }, { "dialog-close", do_dialog_close }, - { "dialog-show", do_dialog_show }, { "dialog-update", do_dialog_update }, { "dialog-apply", do_dialog_apply }, { "presets-commit", do_presets_commit },