diff options
author | Teravus Ovares | 2008-05-08 20:45:50 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-05-08 20:45:50 +0000 |
commit | 646df0dc2cf8775b3debaf9c6d3415d55394b404 (patch) | |
tree | d914eb42e333d95c0f727381005653bc755e5731 /OpenSim | |
parent | *Added all the permission checks to the sceneexternalchecks and modified perm... (diff) | |
download | opensim-SC_OLD-646df0dc2cf8775b3debaf9c6d3415d55394b404.zip opensim-SC_OLD-646df0dc2cf8775b3debaf9c6d3415d55394b404.tar.gz opensim-SC_OLD-646df0dc2cf8775b3debaf9c6d3415d55394b404.tar.bz2 opensim-SC_OLD-646df0dc2cf8775b3debaf9c6d3415d55394b404.tar.xz |
* remove 2 warnings.
Diffstat (limited to 'OpenSim')
-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 | { |