aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorUbitUmarov2016-11-21 01:22:01 +0000
committerUbitUmarov2016-11-21 01:22:01 +0000
commitf794ab1a6702cdfc073eec17168c280891b941b4 (patch)
tree7132f4f2a1b2905d20aae22b058ad63edb2b726f /OpenSim/Region/ClientStack
parentwork around some warnings (diff)
downloadopensim-SC_OLD-f794ab1a6702cdfc073eec17168c280891b941b4.zip
opensim-SC_OLD-f794ab1a6702cdfc073eec17168c280891b941b4.tar.gz
opensim-SC_OLD-f794ab1a6702cdfc073eec17168c280891b941b4.tar.bz2
opensim-SC_OLD-f794ab1a6702cdfc073eec17168c280891b941b4.tar.xz
remove something VS decided to add
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
index 9449ffb..dc8ac3c 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
@@ -111,7 +111,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
111 /// hooked to put more data on the empty queue</summary> 111 /// hooked to put more data on the empty queue</summary>
112 public event QueueEmpty OnQueueEmpty; 112 public event QueueEmpty OnQueueEmpty;
113 113
114 [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design","CA1009:DeclareEventHandlersCorrectly")]
115 public event Func<ThrottleOutPacketTypeFlags, bool> HasUpdates; 114 public event Func<ThrottleOutPacketTypeFlags, bool> HasUpdates;
116 115
117 /// <summary>AgentID for this client</summary> 116 /// <summary>AgentID for this client</summary>