diff options
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index bb5bfc4..a243db1 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -2706,7 +2706,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
2706 | DirPlacesReplyPacket.StatusDataBlock[] status = | 2706 | DirPlacesReplyPacket.StatusDataBlock[] status = |
2707 | new DirPlacesReplyPacket.StatusDataBlock[0]; | 2707 | new DirPlacesReplyPacket.StatusDataBlock[0]; |
2708 | 2708 | ||
2709 | int i = 0; | ||
2710 | foreach (DirPlacesReplyData d in data) | 2709 | foreach (DirPlacesReplyData d in data) |
2711 | { | 2710 | { |
2712 | int idx = replies.Length; | 2711 | int idx = replies.Length; |
@@ -2742,7 +2741,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
2742 | 2741 | ||
2743 | replies = new DirPlacesReplyPacket.QueryRepliesBlock[0]; | 2742 | replies = new DirPlacesReplyPacket.QueryRepliesBlock[0]; |
2744 | status = new DirPlacesReplyPacket.StatusDataBlock[0]; | 2743 | status = new DirPlacesReplyPacket.StatusDataBlock[0]; |
2745 | |||
2746 | } | 2744 | } |
2747 | } | 2745 | } |
2748 | 2746 | ||