diff options
author | lbsa71 | 2007-12-27 21:41:48 +0000 |
---|---|---|
committer | lbsa71 | 2007-12-27 21:41:48 +0000 |
commit | efd90b56b761219af6425b1c7a2cdd3b6ffb4de2 (patch) | |
tree | bf5b897e1e3c13211e3e2fc61d30508b94c928c0 /OpenSim/Framework/UserProfileData.cs | |
parent | * removed always true if (diff) | |
download | opensim-SC-efd90b56b761219af6425b1c7a2cdd3b6ffb4de2.zip opensim-SC-efd90b56b761219af6425b1c7a2cdd3b6ffb4de2.tar.gz opensim-SC-efd90b56b761219af6425b1c7a2cdd3b6ffb4de2.tar.bz2 opensim-SC-efd90b56b761219af6425b1c7a2cdd3b6ffb4de2.tar.xz |
* Optimized usings
* shortened references
* Removed redundant 'this'
* Normalized EOF
Diffstat (limited to 'OpenSim/Framework/UserProfileData.cs')
-rw-r--r-- | OpenSim/Framework/UserProfileData.cs | 15 |
1 files changed, 7 insertions, 8 deletions
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 | |||
150 | /// </summary> | 150 | /// </summary> |
151 | //public class AvatarPickerAvatar | 151 | //public class AvatarPickerAvatar |
152 | //{ | 152 | //{ |
153 | //public LLUUID AvatarID; | 153 | //public LLUUID AvatarID; |
154 | //public string firstName; | 154 | //public string firstName; |
155 | //public string lastName; | 155 | //public string lastName; |
156 | //public AvatarPickerAvatar() | 156 | //public AvatarPickerAvatar() |
157 | //{ | 157 | //{ |
158 | //} | 158 | //} |
159 | //} | 159 | //} |
160 | |||
161 | /// <summary> | 160 | /// <summary> |
162 | /// Information about a users session | 161 | /// Information about a users session |
163 | /// </summary> | 162 | /// </summary> |
@@ -224,4 +223,4 @@ namespace OpenSim.Framework | |||
224 | /// </summary> | 223 | /// </summary> |
225 | public LLVector3 currentPos; | 224 | public LLVector3 currentPos; |
226 | } | 225 | } |
227 | } | 226 | } \ No newline at end of file |