]> git.mxchange.org Git - flightgear.git/commitdiff
ATCDCL: Remove some unused cruft.
authorDave Luff <daveluff@ntlworld.com>
Tue, 28 Dec 2010 19:05:44 +0000 (19:05 +0000)
committerDave Luff <daveluff@ntlworld.com>
Tue, 28 Dec 2010 19:05:44 +0000 (19:05 +0000)
src/ATCDCL/ATCmgr.cxx
src/ATCDCL/ATCmgr.hxx

index df0927bdaf3f99d592c602aa6663bc9369c90a04..6a363f7a69a19854b47f2f3c026a577756de915d 100644 (file)
@@ -57,7 +57,6 @@ FGATCMgr::FGATCMgr() :
 #else
     voice(false),
 #endif
-    last_in_range(false),
     v1(0)
 {
 }
index 532ecb3b2b7076cdd056ef2ecbdea2a69b21d64c..850fcc0a9be6af818c6708cf4f6a760fe05256a7 100644 (file)
@@ -85,9 +85,6 @@ private:
     SGPropertyNode_ptr lat_node;
     SGPropertyNode_ptr elev_node;
 
-    //string approach_ident;
-    bool last_in_range;
-
     //FGATIS atis;
        
     // Voice related stuff