From 33b4cc1bb0eb225b43c9d7dc0c77467686912a71 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Thu, 19 Jul 2007 01:08:26 +0000 Subject: * Added housekeeping comments, see mailing list in just a moment... --- OpenSim/Region/ClientStack/ClientView.API.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenSim/Region/ClientStack') diff --git a/OpenSim/Region/ClientStack/ClientView.API.cs b/OpenSim/Region/ClientStack/ClientView.API.cs index 73b3887..81fa58b 100644 --- a/OpenSim/Region/ClientStack/ClientView.API.cs +++ b/OpenSim/Region/ClientStack/ClientView.API.cs @@ -73,10 +73,10 @@ namespace OpenSim.Region.ClientStack public event UpdatePrimSingleRotation OnUpdatePrimSingleRotation; public event UpdatePrimGroupRotation OnUpdatePrimGroupMouseRotation; public event UpdateVector OnUpdatePrimScale; - public event StatusChange OnChildAgentStatus; - public event GenericCall2 OnStopMovement; - public event NewAvatar OnNewAvatar; - public event GenericCall6 OnRemoveAvatar; + public event StatusChange OnChildAgentStatus; // HOUSEKEEPING : Do we really need this? + public event GenericCall2 OnStopMovement; // HOUSEKEEPING : Do we really need this? + public event NewAvatar OnNewAvatar; // HOUSEKEEPING : Do we really need this? + public event GenericCall6 OnRemoveAvatar; // HOUSEKEEPING : Do we really need this? public event RequestMapBlocks OnRequestMapBlocks; public event TeleportLocationRequest OnTeleportLocationRequest; -- cgit v1.1