]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/gnnode.cxx
Change tower location to an SGGeod. Include taxiways too.
[flightgear.git] / src / Airports / gnnode.cxx
index b3b34d96001444e52cc03616530c26f1b5aed7e5..d82ae28fbb21865231946c8d2dec70378e838210 100644 (file)
@@ -42,9 +42,7 @@ bool sortByLength(FGTaxiSegment *a, FGTaxiSegment *b) {
 /**************************************************************************
  * FGTaxiNode
  *************************************************************************/
-FGTaxiNode::FGTaxiNode()
-{
-}
+
 
 void FGTaxiNode::sortEndSegments(bool byLength)
 {