From 13526097f24b7a8ad63b1d482c44b44397fa055f Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Thu, 1 May 2008 16:35:00 +0000 Subject: * Spring cleaning on Region.Environment. * Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code. --- OpenSim/Region/Environment/InstantMessageReceiver.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'OpenSim/Region/Environment/InstantMessageReceiver.cs') diff --git a/OpenSim/Region/Environment/InstantMessageReceiver.cs b/OpenSim/Region/Environment/InstantMessageReceiver.cs index b82b4aa..cc7880d 100644 --- a/OpenSim/Region/Environment/InstantMessageReceiver.cs +++ b/OpenSim/Region/Environment/InstantMessageReceiver.cs @@ -32,13 +32,10 @@ namespace OpenSim.Region.Environment /// /// Bit Vector for Which Modules to send an instant message to from the Scene or an Associated Module /// - // This prevents the Modules from sending Instant messages to other modules through the scene // and then receiving the same messages - // This is mostly here because on LLSL and the SecondLife Client, IMs,Groups and friends are linked // inseparably - [Flags] public enum InstantMessageReceiver : uint { @@ -51,4 +48,4 @@ namespace OpenSim.Region.Environment /// The Groups Module GroupsModule = 0x00000004 } -} +} \ No newline at end of file -- cgit v1.1