Patch from Julian Foad:
Remove unused variable.
This commit is contained in:
parent
72fbb0f3f5
commit
cd59f77c40
1 changed files with 0 additions and 2 deletions
|
@ -778,8 +778,6 @@ void NewTgtAirportInit()
|
||||||
SG_LOG( SG_AUTOPILOT, SG_INFO, " enter NewTgtAirportInit()" );
|
SG_LOG( SG_AUTOPILOT, SG_INFO, " enter NewTgtAirportInit()" );
|
||||||
sprintf( NewTgtAirportId, "%s", fgGetString("/sim/startup/airport-id") );
|
sprintf( NewTgtAirportId, "%s", fgGetString("/sim/startup/airport-id") );
|
||||||
SG_LOG( SG_AUTOPILOT, SG_INFO, " NewTgtAirportId " << NewTgtAirportId );
|
SG_LOG( SG_AUTOPILOT, SG_INFO, " NewTgtAirportId " << NewTgtAirportId );
|
||||||
int len = 150
|
|
||||||
- puGetDefaultLabelFont().getStringWidth( NewTgtAirportLabel ) / 2;
|
|
||||||
|
|
||||||
TgtAptDialog = new puDialogBox (150, 350);
|
TgtAptDialog = new puDialogBox (150, 350);
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue