From: fredb Date: Sat, 11 Feb 2006 14:51:20 +0000 (+0000) Subject: Unused local variable removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1a74b726d00382b3c4054d0dbd9f0294f98564eb;p=flightgear.git Unused local variable removed --- diff --git a/src/MultiPlayer/multiplaymgr.cxx b/src/MultiPlayer/multiplaymgr.cxx index 75c37e71d..0f2140b20 100644 --- a/src/MultiPlayer/multiplaymgr.cxx +++ b/src/MultiPlayer/multiplaymgr.cxx @@ -474,7 +474,6 @@ FGMultiplayMgr::ProcessPosMsg T_PositionMsg* PosMsg; // Pointer to position message in received data T_MsgHdr* MsgHdr; // Pointer to header in received data bool ActivePlayer; - struct in_addr PlayerAddress; int time, timeusec; double lat, lon, alt; double hdg, roll, pitch;