From: tony Date: Fri, 30 Aug 2002 13:43:28 +0000 (+0000) Subject: Removed unused and improperly initialized constant. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=408c3d5dda0f794a2fe3c86153640ef29f8dcec4;p=flightgear.git Removed unused and improperly initialized constant. --- diff --git a/src/FDM/JSBSim/FGPiston.h b/src/FDM/JSBSim/FGPiston.h index a6841faab..909ed1920 100644 --- a/src/FDM/JSBSim/FGPiston.h +++ b/src/FDM/JSBSim/FGPiston.h @@ -117,7 +117,6 @@ private: // // constants // - const double CONVERT_CUBIC_INCHES_TO_METERS_CUBED; const double R_air; const double rho_fuel; // kg/m^3