diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-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> |