mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Eliminated many warnings
This commit is contained in:
@@ -1426,9 +1426,11 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
return new byte[0];
|
||||
}
|
||||
|
||||
#pragma warning disable 0067
|
||||
public event ViewerEffectEventHandler OnViewerEffect;
|
||||
public event Action<IClientAPI> OnLogout;
|
||||
public event Action<IClientAPI> OnConnectionClosed;
|
||||
#pragma warning restore 0067
|
||||
|
||||
public void SendBlueBoxMessage(UUID FromAvatarID, string FromAvatarName, string Message)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user