]> git.mxchange.org Git - flightgear.git/commitdiff
Cleanup: don't unbind unknown properties
authorTorsten Dreyer <Torsten@t3r.de>
Tue, 28 Dec 2010 11:28:26 +0000 (12:28 +0100)
committerTorsten Dreyer <Torsten@t3r.de>
Tue, 28 Dec 2010 11:28:26 +0000 (12:28 +0100)
src/Main/fg_props.cxx

index 3312889f0cd7e3c2bd847a74c289cbb76ab19326..b98f3280570ac6a622644676d06adf8197bd0a4c 100644 (file)
@@ -527,8 +527,8 @@ FGProperties::unbind ()
 
                                // Misc. Temporary junk.
   fgUntie("/sim/temp/winding-ccw");
-  fgUntie("/sim/temp/full-screen");
-  fgUntie("/sim/temp/fdm-data-logging");
+//  fgUntie("/sim/temp/full-screen");
+//  fgUntie("/sim/temp/fdm-data-logging");
 }
 
 void