From: curt Date: Tue, 24 Jan 2006 17:13:48 +0000 (+0000) Subject: White space updates. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1729d15cdde67cf779928b297ee411f41185cfe0;p=flightgear.git White space updates. --- diff --git a/src/Navaids/fixlist.cxx b/src/Navaids/fixlist.cxx index 608faf02e..f33665bf6 100644 --- a/src/Navaids/fixlist.cxx +++ b/src/Navaids/fixlist.cxx @@ -47,7 +47,6 @@ FGFixList::~FGFixList( void ) { // load the navaids and build the map bool FGFixList::init( SGPath path ) { - fixlist.erase( fixlist.begin(), fixlist.end() ); sg_gzifstream in( path.str() ); @@ -83,7 +82,6 @@ bool FGFixList::init( SGPath path ) { fixlist[fix.get_ident()] = fix; in >> skipcomment; } - return true; }