]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/native_ctrls.cxx
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Network / native_ctrls.cxx
index f53dce08f9afb0c08e210145165eafd45da44c3d..6a4d858b2c04d5e4747616f04763baad046ae4a1 100644 (file)
@@ -100,7 +100,6 @@ static void htond (double &x)
 // Populate the FGNetCtrls structure from the property tree.
 void FGProps2NetCtrls( FGNetCtrls *net, bool net_byte_order ) {
     int i;
-    bool b; 
     SGPropertyNode * node;
     SGPropertyNode * tempnode;