diff options
-rw-r--r-- | OpenSim/Framework/PrimitiveBaseShape.cs | 1 | ||||
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/PrimitiveBaseShape.cs b/OpenSim/Framework/PrimitiveBaseShape.cs index 58a7ec6..46181f1 100644 --- a/OpenSim/Framework/PrimitiveBaseShape.cs +++ b/OpenSim/Framework/PrimitiveBaseShape.cs | |||
@@ -422,7 +422,6 @@ namespace OpenSim.Framework | |||
422 | bool lGotSculpt = false; | 422 | bool lGotSculpt = false; |
423 | 423 | ||
424 | int i = 0; | 424 | int i = 0; |
425 | int totalLength = 1; | ||
426 | byte extraParamCount = data[i++]; | 425 | byte extraParamCount = data[i++]; |
427 | 426 | ||
428 | 427 | ||
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 5bd2e6c..1694efb 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -1657,7 +1657,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
1657 | AvatarPickerReplyPacket replyPacket = new AvatarPickerReplyPacket(); | 1657 | AvatarPickerReplyPacket replyPacket = new AvatarPickerReplyPacket(); |
1658 | replyPacket.AgentData.AgentID = AgentData.AgentID; | 1658 | replyPacket.AgentData.AgentID = AgentData.AgentID; |
1659 | replyPacket.AgentData.QueryID = AgentData.QueryID; | 1659 | replyPacket.AgentData.QueryID = AgentData.QueryID; |
1660 | int i = 0; | 1660 | //int i = 0; |
1661 | List<AvatarPickerReplyPacket.DataBlock> data_block = new List<AvatarPickerReplyPacket.DataBlock>(); | 1661 | List<AvatarPickerReplyPacket.DataBlock> data_block = new List<AvatarPickerReplyPacket.DataBlock>(); |
1662 | foreach (AvatarPickerReplyDataArgs arg in Data) | 1662 | foreach (AvatarPickerReplyDataArgs arg in Data) |
1663 | { | 1663 | { |