diff options
Diffstat (limited to 'OpenSim/Framework/UserProfileData.cs')
-rw-r--r-- | OpenSim/Framework/UserProfileData.cs | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/OpenSim/Framework/UserProfileData.cs b/OpenSim/Framework/UserProfileData.cs index 3959be3..c5d27a2 100644 --- a/OpenSim/Framework/UserProfileData.cs +++ b/OpenSim/Framework/UserProfileData.cs | |||
@@ -148,19 +148,7 @@ namespace OpenSim.Framework | |||
148 | /// </summary> | 148 | /// </summary> |
149 | public UserAgentData currentAgent; | 149 | public UserAgentData currentAgent; |
150 | } | 150 | } |
151 | 151 | ||
152 | /// <summary> | ||
153 | /// Minimal User Data required to service the AvatarPickerReply | ||
154 | /// </summary> | ||
155 | //public class AvatarPickerAvatar | ||
156 | //{ | ||
157 | //public LLUUID AvatarID; | ||
158 | //public string firstName; | ||
159 | //public string lastName; | ||
160 | //public AvatarPickerAvatar() | ||
161 | //{ | ||
162 | //} | ||
163 | //} | ||
164 | /// <summary> | 152 | /// <summary> |
165 | /// Information about a users session | 153 | /// Information about a users session |
166 | /// </summary> | 154 | /// </summary> |