mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* remove 2 warnings.
This commit is contained in:
@@ -422,7 +422,6 @@ namespace OpenSim.Framework
|
||||
bool lGotSculpt = false;
|
||||
|
||||
int i = 0;
|
||||
int totalLength = 1;
|
||||
byte extraParamCount = data[i++];
|
||||
|
||||
|
||||
|
||||
@@ -1657,7 +1657,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
AvatarPickerReplyPacket replyPacket = new AvatarPickerReplyPacket();
|
||||
replyPacket.AgentData.AgentID = AgentData.AgentID;
|
||||
replyPacket.AgentData.QueryID = AgentData.QueryID;
|
||||
int i = 0;
|
||||
//int i = 0;
|
||||
List<AvatarPickerReplyPacket.DataBlock> data_block = new List<AvatarPickerReplyPacket.DataBlock>();
|
||||
foreach (AvatarPickerReplyDataArgs arg in Data)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user