mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Remove the core module extra profile settings support carried in with the latest
patches. We don't need it.
This commit is contained in:
@@ -164,6 +164,7 @@ namespace OpenSim.Services.ProfilesService
|
||||
}
|
||||
#endregion Interests
|
||||
|
||||
/*
|
||||
#region User Preferences
|
||||
public bool UserPreferencesUpdate(ref UserPreferences pref, ref string result)
|
||||
{
|
||||
@@ -235,6 +236,7 @@ namespace OpenSim.Services.ProfilesService
|
||||
return ProfilesData.GetUserPreferences(ref pref, ref result);
|
||||
}
|
||||
#endregion User Preferences
|
||||
*/
|
||||
|
||||
#region Utility
|
||||
public OSD AvatarImageAssetsRequest(UUID avatarId)
|
||||
|
||||
Reference in New Issue
Block a user