From: daveluff Date: Mon, 20 Feb 2006 22:34:15 +0000 (+0000) Subject: The current_fixlist pointer is depreciated now that it is set in globals X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8765d770f8acc5f3b8815b15959588320e9345c1;p=flightgear.git The current_fixlist pointer is depreciated now that it is set in globals --- diff --git a/src/Navaids/fixlist.cxx b/src/Navaids/fixlist.cxx index f33665bf6..c9e6515c9 100644 --- a/src/Navaids/fixlist.cxx +++ b/src/Navaids/fixlist.cxx @@ -32,9 +32,6 @@ #include "fixlist.hxx" -FGFixList *current_fixlist; - - // Constructor FGFixList::FGFixList( void ) { }