]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/native_fdm.hxx
Various tweaks to ATC Flight Sim hardware inputs/outputs.
[flightgear.git] / src / Network / native_fdm.hxx
index 7d55b36385acda31551fc484db0371c9e8f2c58d..18b4cf40bce1bcffc890f1bd3194a677f0ea4490 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started September 2001.
 //
-// Copyright (C) 2001  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 2001  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -39,7 +39,6 @@ class FGNativeFDM : public FGProtocol, public FGInterface {
 
     FGNetFDM buf;
     int length;
-    SGTimeStamp last_time;
 
 public: