diff --git a/gui/dialogs/formation-select.xml b/gui/dialogs/formation-select.xml deleted file mode 100644 index d7bff0934..000000000 --- a/gui/dialogs/formation-select.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - formation-select - vbox - -20 - 200 - - - - var list = cmdarg().getNode("list"); - list.removeChildren("value"); - forindex (var i; aircraft.formation.data) - list.getChild("value", i, 1).setValue(aircraft.formation.data[i][0]); - - - - - hbox - 1 - - - - - - 1 - - - - - - - - fill - 200 - /sim/gui/dialogs/formation-select/name - - dialog-apply - - - nasal - - - -