aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-04-15 19:46:37 +0000
committerJustin Clarke Casey2009-04-15 19:46:37 +0000
commit9f6b8ec9b029501589516099bb0dde26b0e032a1 (patch)
treeeeb1e2a317b7e26e8e96e95d196fd88b21516e63 /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parent* Make it possible to add a request id to load and save oar requests (diff)
downloadopensim-SC_OLD-9f6b8ec9b029501589516099bb0dde26b0e032a1.zip
opensim-SC_OLD-9f6b8ec9b029501589516099bb0dde26b0e032a1.tar.gz
opensim-SC_OLD-9f6b8ec9b029501589516099bb0dde26b0e032a1.tar.bz2
opensim-SC_OLD-9f6b8ec9b029501589516099bb0dde26b0e032a1.tar.xz
minor: Remove some mono compiler warnings. Uncomment code when it's actually being used.
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs14
1 files changed, 7 insertions, 7 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 7ddbfbf..7340628 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -309,7 +309,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
309 309
310 private MuteListRequest handlerMuteListRequest; 310 private MuteListRequest handlerMuteListRequest;
311 311
312 private AvatarInterestUpdate handlerAvatarInterestUpdate; 312 //private AvatarInterestUpdate handlerAvatarInterestUpdate;
313 313
314 private readonly IGroupsModule m_GroupsModule; 314 private readonly IGroupsModule m_GroupsModule;
315 315
@@ -1107,7 +1107,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
1107 1107
1108 public event MuteListRequest OnMuteListRequest; 1108 public event MuteListRequest OnMuteListRequest;
1109 1109
1110 public event AvatarInterestUpdate OnAvatarInterestUpdate; 1110 //public event AvatarInterestUpdate OnAvatarInterestUpdate;
1111 1111
1112 public void ActivateGesture(UUID assetId, UUID gestureId) 1112 public void ActivateGesture(UUID assetId, UUID gestureId)
1113 { 1113 {
@@ -9111,11 +9111,11 @@ namespace OpenSim.Region.ClientStack.LindenUDP
9111 Utils.BytesToString(avatarNotesUpdate.Data.Notes)); 9111 Utils.BytesToString(avatarNotesUpdate.Data.Notes));
9112 break; 9112 break;
9113 9113
9114 case PacketType.AvatarInterestsUpdate: 9114// case PacketType.AvatarInterestsUpdate:
9115 AvatarInterestsUpdatePacket avatarInterestUpdate = 9115// AvatarInterestsUpdatePacket avatarInterestUpdate =
9116 (AvatarInterestsUpdatePacket)Pack; 9116// (AvatarInterestsUpdatePacket)Pack;
9117 9117//
9118 break; 9118// break;
9119 9119
9120 default: 9120 default:
9121 m_log.Warn("[CLIENT]: unhandled packet " + Pack); 9121 m_log.Warn("[CLIENT]: unhandled packet " + Pack);