remove unused method parameter master also removed

This commit is contained in:
UbitUmarov
2015-10-02 17:44:19 +01:00
parent 31873485d9
commit 1af6ac4bfc
3 changed files with 8 additions and 5 deletions

View File

@@ -127,7 +127,7 @@ namespace OpenSim.Region.Framework.Interfaces
/// <param name='msg'>
/// Message.
/// </param>
bool DeliverMessageTo(UUID target, int channel, Vector3 pos, string name, UUID id, string msg, out string error);
bool DeliverMessageTo(UUID target, int channel, Vector3 pos, string name, UUID id, string msg);
/// <summary>
/// Are there any listen events ready to be dispatched?