X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=utils%2FGPSsmooth%2Fgps_main.cxx;h=f5a10d7ac0b36656710bc0529e89e69e8e0802d4;hb=29396f883d7c4d23d3ab68dd65663c9ab2e79efa;hp=cb70e3bc09b9be3037e4c48b42832c4a9f81c7e1;hpb=a6db6d89ff41a619569e6433409e8bf62ff98499;p=flightgear.git diff --git a/utils/GPSsmooth/gps_main.cxx b/utils/GPSsmooth/gps_main.cxx index cb70e3bc0..f5a10d7ac 100644 --- a/utils/GPSsmooth/gps_main.cxx +++ b/utils/GPSsmooth/gps_main.cxx @@ -276,7 +276,7 @@ static void gps2fg( const GPSPoint p, FGNetFDM *fdm, FGNetCtrls *ctrls ) static void send_data( const GPSPoint p ) { int len; - int ctrlsize = sizeof( FGNetCtrls ); +// int ctrlsize = sizeof( FGNetCtrls ); int fdmsize = sizeof( FGNetFDM ); // cout << "Running main loop" << endl;