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/UDP/LLClientView.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenSim/Region/ClientStack/Linden/UDP') 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