mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Clean up redundant variables
This commit is contained in:
parent
31d0eb16f8
commit
8a7c09c8fe
17 changed files with 1 additions and 50 deletions
|
|
@ -230,7 +230,6 @@ namespace PlatformNetState
|
|||
// which are required for LAN queries (PC->Xbox connectivity). The wire protocol still
|
||||
// uses the VDP packet structure, though.
|
||||
S32 protocol = IPPROTO_UDP;
|
||||
bool useVDP = false;
|
||||
#ifdef TORQUE_DISABLE_PC_CONNECTIVITY
|
||||
// Xbox uses a VDP (voice/data protocol) socket for networking
|
||||
protocol = IPPROTO_VDP;
|
||||
|
|
@ -1956,7 +1955,6 @@ void Net::enableMulticast()
|
|||
|
||||
if (error == NoError)
|
||||
{
|
||||
NetAddress listenAddress;
|
||||
char listenAddressStr[256];
|
||||
Net::addressToString(&multicastAddress, listenAddressStr);
|
||||
Con::printf("Multicast initialized on %s", listenAddressStr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue