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

@@ -368,10 +368,8 @@ namespace OpenSim.Region.CoreModules.Scripting.WorldComm
/// <param name='msg'>
/// Message.
/// </param>
public bool DeliverMessageTo(UUID target, int channel, Vector3 pos, string name, UUID id, string msg, out string error)
public bool DeliverMessageTo(UUID target, int channel, Vector3 pos, string name, UUID id, string msg)
{
error = null;
if (channel == DEBUG_CHANNEL)
return true;