From cdb1851f438349a8721c0d9cef54837d0b302189 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 4 Jun 2019 00:50:59 +1000 Subject: Warnings-- --- OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs | 2 +- OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'OpenSim/Region/ClientStack/Linden') diff --git a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs index 6f5775a..50b83f6 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs @@ -503,7 +503,7 @@ namespace OpenSim.Region.ClientStack.Linden errorResponse.state = "error"; errorResponse.error = resperror; return errorResponse; - break; +// break; case FileAgentInventoryState.waitUpload: // todo stop current uploader server break; diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 2ff6ced..edd22a8 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs @@ -335,7 +335,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP private readonly byte[] m_channelVersion = Utils.EmptyBytes; private readonly IGroupsModule m_GroupsModule; - private int m_cachedTextureSerial; +// private int m_cachedTextureSerial; private PriorityQueue m_entityUpdates; private PriorityQueue m_entityProps; private Prioritizer m_prioritizer; @@ -344,7 +344,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP // needs optimazation private HashSet GroupsInView = new HashSet(); - private bool m_VelocityInterpolate = false; +// private bool m_VelocityInterpolate = false; private const uint MaxTransferBytesPerPacket = 600; /// @@ -6660,7 +6660,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP p.AgentData.AgentID != AgentId) return true; - m_VelocityInterpolate = false; +// m_VelocityInterpolate = false; return true; } @@ -6671,7 +6671,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP p.AgentData.AgentID != AgentId) return true; - m_VelocityInterpolate = true; +// m_VelocityInterpolate = true; return true; } -- cgit v1.1