More unused vars caught by Xcode.
This commit is contained in:
parent
6acf1c12fc
commit
5d9faee463
8 changed files with 1 additions and 9 deletions
|
@ -174,7 +174,6 @@ private:
|
||||||
|
|
||||||
const char * _getTransponderCode() const;
|
const char * _getTransponderCode() const;
|
||||||
|
|
||||||
bool reachedWaypoint;
|
|
||||||
bool needsTaxiClearance;
|
bool needsTaxiClearance;
|
||||||
bool _needsGroundElevation;
|
bool _needsGroundElevation;
|
||||||
int takeOffStatus; // 1 = joined departure cue; 2 = Passed DepartureHold waypoint; handover control to tower; 0 = any other state.
|
int takeOffStatus; // 1 = joined departure cue; 2 = Passed DepartureHold waypoint; handover control to tower; 0 = any other state.
|
||||||
|
|
|
@ -162,7 +162,6 @@ protected:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
SGSharedPtr<SGCondition> _condition;
|
SGSharedPtr<SGCondition> _condition;
|
||||||
float _disp_factor; // Multiply by to get numbers shown on scale.
|
|
||||||
float _scr_span; // Working values for draw;
|
float _scr_span; // Working values for draw;
|
||||||
int _digits;
|
int _digits;
|
||||||
};
|
};
|
||||||
|
|
|
@ -50,8 +50,6 @@ class FGATCMain : public FGProtocol {
|
||||||
SGPath output0_path;
|
SGPath output0_path;
|
||||||
SGPath output1_path;
|
SGPath output1_path;
|
||||||
|
|
||||||
int board;
|
|
||||||
|
|
||||||
int lock0_fd;
|
int lock0_fd;
|
||||||
int lock1_fd;
|
int lock1_fd;
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,6 @@ class FGATCOutput {
|
||||||
int board;
|
int board;
|
||||||
SGPath config;
|
SGPath config;
|
||||||
|
|
||||||
int lock_fd;
|
|
||||||
int analog_out_fd;
|
int analog_out_fd;
|
||||||
int lamps_fd;
|
int lamps_fd;
|
||||||
int radio_display_fd;
|
int radio_display_fd;
|
||||||
|
|
|
@ -265,7 +265,6 @@ hz2count(0),
|
||||||
hz2cycles(0),
|
hz2cycles(0),
|
||||||
flight_phase(0xFF),
|
flight_phase(0xFF),
|
||||||
req_hostid(true),
|
req_hostid(true),
|
||||||
req_raimap(false),
|
|
||||||
req_sbas(false)
|
req_sbas(false)
|
||||||
{
|
{
|
||||||
hal.clear();
|
hal.clear();
|
||||||
|
|
|
@ -88,7 +88,6 @@ class FGAV400WSimB : public FGProtocol {
|
||||||
string val;
|
string val;
|
||||||
string sbas_sel;
|
string sbas_sel;
|
||||||
bool req_hostid;
|
bool req_hostid;
|
||||||
bool req_raimap;
|
|
||||||
bool req_sbas;
|
bool req_sbas;
|
||||||
int outputctr;
|
int outputctr;
|
||||||
|
|
||||||
|
|
|
@ -153,7 +153,6 @@ FGTrafficManager::FGTrafficManager() :
|
||||||
waitingMetarTime(0.0),
|
waitingMetarTime(0.0),
|
||||||
cruiseAlt(0),
|
cruiseAlt(0),
|
||||||
score(0),
|
score(0),
|
||||||
runCount(0),
|
|
||||||
acCounter(0),
|
acCounter(0),
|
||||||
radius(0),
|
radius(0),
|
||||||
offset(0),
|
offset(0),
|
||||||
|
|
|
@ -97,7 +97,7 @@ private:
|
||||||
port, timeString, departurePort, departureTime, arrivalPort, arrivalTime,
|
port, timeString, departurePort, departureTime, arrivalPort, arrivalTime,
|
||||||
repeat, acType, airline, m_class, flighttype, requiredAircraft, homePort;
|
repeat, acType, airline, m_class, flighttype, requiredAircraft, homePort;
|
||||||
int cruiseAlt;
|
int cruiseAlt;
|
||||||
int score, runCount, acCounter;
|
int score, acCounter;
|
||||||
double radius, offset;
|
double radius, offset;
|
||||||
bool heavy;
|
bool heavy;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue