mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
minor: Remove some mono compiler warnings. Uncomment code when it's actually being used.
This commit is contained in:
@@ -309,7 +309,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
|
||||
private MuteListRequest handlerMuteListRequest;
|
||||
|
||||
private AvatarInterestUpdate handlerAvatarInterestUpdate;
|
||||
//private AvatarInterestUpdate handlerAvatarInterestUpdate;
|
||||
|
||||
private readonly IGroupsModule m_GroupsModule;
|
||||
|
||||
@@ -1107,7 +1107,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
|
||||
public event MuteListRequest OnMuteListRequest;
|
||||
|
||||
public event AvatarInterestUpdate OnAvatarInterestUpdate;
|
||||
//public event AvatarInterestUpdate OnAvatarInterestUpdate;
|
||||
|
||||
public void ActivateGesture(UUID assetId, UUID gestureId)
|
||||
{
|
||||
@@ -9111,11 +9111,11 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
Utils.BytesToString(avatarNotesUpdate.Data.Notes));
|
||||
break;
|
||||
|
||||
case PacketType.AvatarInterestsUpdate:
|
||||
AvatarInterestsUpdatePacket avatarInterestUpdate =
|
||||
(AvatarInterestsUpdatePacket)Pack;
|
||||
|
||||
break;
|
||||
// case PacketType.AvatarInterestsUpdate:
|
||||
// AvatarInterestsUpdatePacket avatarInterestUpdate =
|
||||
// (AvatarInterestsUpdatePacket)Pack;
|
||||
//
|
||||
// break;
|
||||
|
||||
default:
|
||||
m_log.Warn("[CLIENT]: unhandled packet " + Pack);
|
||||
|
||||
Reference in New Issue
Block a user