From efd90b56b761219af6425b1c7a2cdd3b6ffb4de2 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 27 Dec 2007 21:41:48 +0000 Subject: * Optimized usings * shortened references * Removed redundant 'this' * Normalized EOF --- OpenSim/Framework/UserProfileData.cs | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'OpenSim/Framework/UserProfileData.cs') diff --git a/OpenSim/Framework/UserProfileData.cs b/OpenSim/Framework/UserProfileData.cs index 40a3d78..4df1ebd 100644 --- a/OpenSim/Framework/UserProfileData.cs +++ b/OpenSim/Framework/UserProfileData.cs @@ -150,14 +150,13 @@ namespace OpenSim.Framework /// //public class AvatarPickerAvatar //{ - //public LLUUID AvatarID; - //public string firstName; - //public string lastName; - //public AvatarPickerAvatar() - //{ - //} + //public LLUUID AvatarID; + //public string firstName; + //public string lastName; + //public AvatarPickerAvatar() + //{ + //} //} - /// /// Information about a users session /// @@ -224,4 +223,4 @@ namespace OpenSim.Framework /// public LLVector3 currentPos; } -} +} \ No newline at end of file -- cgit v1.1