]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/ATCdisplay.cxx
new FSF address
[flightgear.git] / src / ATC / ATCdisplay.cxx
index 4d5fe97351ce16b6980e6e998e5d3205e9921791..e7f19a07c37c34eaae0d121986c24240841f95f5 100644 (file)
@@ -16,7 +16,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
@@ -215,14 +215,12 @@ void FGATCDisplay::RegisterSingleMessage(const string& msg, double delay) {
        m.dsp_offset = 0.0;
        
        msgList.push_back(m);
-       fgSetString("/sim/messages/atc", msg.c_str());
        //cout << "Single message registered\n";
 }
 
 void FGATCDisplay::RegisterRepeatingMessage(const string& msg) {
        rep_msg = true;
        rep_msg_str = msg;
-       fgSetString("/sim/messages/atc", msg.c_str());
        return;
 }