diff options
author | UbitUmarov | 2016-11-21 01:22:01 +0000 |
---|---|---|
committer | UbitUmarov | 2016-11-21 01:22:01 +0000 |
commit | f794ab1a6702cdfc073eec17168c280891b941b4 (patch) | |
tree | 7132f4f2a1b2905d20aae22b058ad63edb2b726f /OpenSim/Region/ClientStack | |
parent | work around some warnings (diff) | |
download | opensim-SC-f794ab1a6702cdfc073eec17168c280891b941b4.zip opensim-SC-f794ab1a6702cdfc073eec17168c280891b941b4.tar.gz opensim-SC-f794ab1a6702cdfc073eec17168c280891b941b4.tar.bz2 opensim-SC-f794ab1a6702cdfc073eec17168c280891b941b4.tar.xz |
remove something VS decided to add
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs | 1 |
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> |