diff options
author | Justin Clark-Casey (justincc) | 2013-07-08 23:57:05 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-07-08 23:57:05 +0100 |
commit | 83da14008f9a8a4ad0cf0dd5487327e4a319fd5d (patch) | |
tree | f06fb594a1ffec2e32989908dd89d4873e019268 /OpenSim/Addons/Groups/GroupsModule.cs | |
parent | minor: remove mono compiler warnings related to keyframe code (diff) | |
download | opensim-SC-83da14008f9a8a4ad0cf0dd5487327e4a319fd5d.zip opensim-SC-83da14008f9a8a4ad0cf0dd5487327e4a319fd5d.tar.gz opensim-SC-83da14008f9a8a4ad0cf0dd5487327e4a319fd5d.tar.bz2 opensim-SC-83da14008f9a8a4ad0cf0dd5487327e4a319fd5d.tar.xz |
minor: remove some mono compiler warnings in new groups code
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Addons/Groups/GroupsModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Addons/Groups/GroupsModule.cs b/OpenSim/Addons/Groups/GroupsModule.cs index 5959bac..82e2d6f 100644 --- a/OpenSim/Addons/Groups/GroupsModule.cs +++ b/OpenSim/Addons/Groups/GroupsModule.cs | |||
@@ -485,7 +485,7 @@ namespace OpenSim.Groups | |||
485 | return; | 485 | return; |
486 | 486 | ||
487 | //// 16 bytes are the UUID. Maybe. | 487 | //// 16 bytes are the UUID. Maybe. |
488 | UUID folderID = new UUID(im.binaryBucket, 0); | 488 | // UUID folderID = new UUID(im.binaryBucket, 0); |
489 | UUID noticeID = new UUID(im.imSessionID); | 489 | UUID noticeID = new UUID(im.imSessionID); |
490 | 490 | ||
491 | GroupNoticeInfo notice = m_groupData.GetGroupNotice(remoteClient.AgentId.ToString(), noticeID); | 491 | GroupNoticeInfo notice = m_groupData.GetGroupNotice(remoteClient.AgentId.ToString(), noticeID); |