]> git.mxchange.org Git - flightgear.git/commitdiff
Fix unused variable in LaRCsim
authorJames Turner <zakalawe@mac.com>
Tue, 12 Jan 2016 18:49:14 +0000 (12:49 -0600)
committerJames Turner <zakalawe@mac.com>
Tue, 12 Jan 2016 18:49:14 +0000 (12:49 -0600)
src/FDM/LaRCsim/LaRCsim.hxx

index 6d398a4920589a94a65ab49736c299dcdafcfe8e..c7db857d5dd0b01035d4ccf7e1d70ccae1990480 100644 (file)
@@ -40,7 +40,6 @@ private:
     LaRCsimIC* lsic;
     void set_ls(void);
     void snap_shot(void);
-    double time_step;
     SGPropertyNode_ptr speed_up;
     SGPropertyNode_ptr aero;
     SGPropertyNode_ptr uiuc_type;