mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
very useless changes
This commit is contained in:
@@ -69,7 +69,6 @@ namespace OpenSim.Services.ProfilesService
|
||||
public OSD AvatarClassifiedsRequest(UUID creatorId)
|
||||
{
|
||||
OSDArray records = ProfilesData.GetClassifiedRecords(creatorId);
|
||||
|
||||
return records;
|
||||
}
|
||||
|
||||
@@ -104,7 +103,6 @@ namespace OpenSim.Services.ProfilesService
|
||||
public OSD AvatarPicksRequest(UUID creatorId)
|
||||
{
|
||||
OSDArray records = ProfilesData.GetAvatarPicks(creatorId);
|
||||
|
||||
return records;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user