From b8ba224b4f920a1c5f89acb13100d6568cbc3d1c Mon Sep 17 00:00:00 2001 From: Melanie Date: Fri, 3 Aug 2012 15:33:30 +0200 Subject: Remove another superflouous IsActive set --- OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenSim/Region/ClientStack/Linden') diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 1410cf6..8cac731 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs @@ -551,8 +551,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP OutPacket(disable, ThrottleOutPacketType.Unknown); } -// IsActive = false; - // Shutdown the image manager ImageManager.Close(); -- cgit v1.1