]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/new_gui.cxx
Merge branch 'next' of gitorious.org:fg/flightgear into next
[flightgear.git] / src / GUI / new_gui.cxx
index 0e6346f0c709edfb8c32f7975665892221e4a432..5d52b1c1dbb3b306e23b121ecd88a17497ee7661 100644 (file)
@@ -266,9 +266,6 @@ NewGUI::readDir (const SGPath& path)
           continue;
       }
       string name = nameprop->getStringValue();
-      if (_dialog_props[name])
-          delete (SGPropertyNode *)_dialog_props[name];
-
       _dialog_props[name] = props;
     }
 }