From effecbd8ef21b412843f21297858e0d05226ce11 Mon Sep 17 00:00:00 2001 From: mfranz Date: Fri, 10 Feb 2006 19:57:46 +0000 Subject: [PATCH] don't set the callsign, but use the set one --- src/ATC/ATCmgr.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ATC/ATCmgr.cxx b/src/ATC/ATCmgr.cxx index ff348c2ce..dfb483ace 100644 --- a/src/ATC/ATCmgr.cxx +++ b/src/ATC/ATCmgr.cxx @@ -105,9 +105,6 @@ void FGATCMgr::init() { SGPath p_comm( globals->get_fg_root() ); current_commlist->init( p_comm ); - // Set the user callsign - bit of a hack at the moment - eventually should be read from aircraft file and user-over-rideable - fgSetString("/sim/user/callsign", "Golf Foxtrot Sierra"); // C-FGFS - #ifdef ENABLE_AUDIO_SUPPORT // Load all available voices. // For now we'll do one hardwired one -- 2.39.5