From 2e919544b910f6f48b495af10e771c41fe1defdf Mon Sep 17 00:00:00 2001 From: jean pellotier Date: Fri, 26 Jan 2018 22:52:20 +0100 Subject: [PATCH] warning removal, forgot to remove ival when addressing bug 1885 it was the commit 2f84be16f9abd551aad9b002971d9c3bc50555f1 --- src/AIModel/AIMultiplayer.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/AIModel/AIMultiplayer.cxx b/src/AIModel/AIMultiplayer.cxx index eb5cecc73..1dc7a0621 100644 --- a/src/AIModel/AIMultiplayer.cxx +++ b/src/AIModel/AIMultiplayer.cxx @@ -323,7 +323,6 @@ void FGAIMultiplayer::update(double dt) { //cout << "Found " << pIt->second->getPath() << ":"; - int ival; float val; /* * RJH - 2017-01-25 @@ -346,7 +345,6 @@ void FGAIMultiplayer::update(double dt) // for non linearly changing values (e.g. transponder etc ...) // fixes: https://sourceforge.net/p/flightgear/codetickets/1885/ pIt->second->setIntValue((*nextPropIt)->int_value); - //cout << "Int: " << ival << "\n"; break; case props::FLOAT: case props::DOUBLE: