diff options
Diffstat (limited to 'OpenSim/Client')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 4 | ||||
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index a720db4..06110c3 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -820,10 +820,6 @@ namespace OpenSim.Client.MXP.ClientStack | |||
820 | //throw new System.NotImplementedException(); | 820 | //throw new System.NotImplementedException(); |
821 | } | 821 | } |
822 | 822 | ||
823 | public void ProcessPendingPackets() | ||
824 | { | ||
825 | } | ||
826 | |||
827 | public void ProcessInPacket(Packet NewPack) | 823 | public void ProcessInPacket(Packet NewPack) |
828 | { | 824 | { |
829 | //throw new System.NotImplementedException(); | 825 | //throw new System.NotImplementedException(); |
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index 1b4c0c5..bc5dc9e 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -446,10 +446,6 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
446 | throw new System.NotImplementedException(); | 446 | throw new System.NotImplementedException(); |
447 | } | 447 | } |
448 | 448 | ||
449 | public void ProcessPendingPackets() | ||
450 | { | ||
451 | } | ||
452 | |||
453 | public void ProcessInPacket(Packet NewPack) | 449 | public void ProcessInPacket(Packet NewPack) |
454 | { | 450 | { |
455 | throw new System.NotImplementedException(); | 451 | throw new System.NotImplementedException(); |