1
0
Fork 0

Remove unused local variables

This commit is contained in:
fredb 2006-02-03 21:04:37 +00:00
parent 38d44f2c01
commit c210cf509a
2 changed files with 0 additions and 4 deletions

View file

@ -295,7 +295,6 @@ MPPlayer::FillMsgHdr
const int MsgId
)
{
struct in_addr address;
uint32_t len;
switch (MsgId)

View file

@ -403,10 +403,7 @@ FGMultiplayMgr::ProcessPosMsg
bool ActivePlayer;
sgQuat Orientation;
sgdVec3 Position;
struct in_addr PlayerAddress;
t_MPClientListIterator CurrentPlayer;
int iPlayerCnt;
char *sIpAddress;
ActivePlayer = false;
MsgHdr = (T_MsgHdr *)Msg;