]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/flight.hxx
Merge branch 'vivian/train' into next
[flightgear.git] / src / FDM / flight.hxx
index 1ce5ab5d53edaf68354da2e3a22e5afb47446685..ba955145657cda7cb8cbd07253b244d0d4780d89 100644 (file)
@@ -111,8 +111,6 @@ private:
     // next elapsed time.  This yields a small amount of temporal
     // jitter ( < dt ) but in practice seems to work well.
 
-    double remainder;          // remainder time from last run
-
     // CG position w.r.t. ref. point
     SGVec3d d_cg_rp_body_v;