remove unneccessary dependencies, make SendTo less spammy

This commit is contained in:
Matthias Mailänder
2012-05-23 08:22:31 +02:00
committed by Chris Forbes
parent aa36a56b27
commit dc6b286d25
2 changed files with 0 additions and 4 deletions

View File

@@ -13,13 +13,11 @@ using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using System.IO; using System.IO;
using System.Linq; using System.Linq;
using System.Text;
using System.Net; using System.Net;
using System.Net.Sockets; using System.Net.Sockets;
using System.Net.NetworkInformation; using System.Net.NetworkInformation;
using UPnP; using UPnP;
using System.Threading; using System.Threading;
using System.Xml;
using OpenRA.FileFormats; using OpenRA.FileFormats;
using OpenRA.GameRules; using OpenRA.GameRules;
using OpenRA.Network; using OpenRA.Network;

View File

@@ -40,8 +40,6 @@ namespace UPnP
do do
{ {
s.SendTo(data, ipe); s.SendTo(data, ipe);
s.SendTo(data, ipe);
s.SendTo(data, ipe);
int length = 0; int length = 0;
do do