diff options
author | UbitUmarov | 2015-11-20 00:09:56 +0000 |
---|---|---|
committer | UbitUmarov | 2015-11-20 00:09:56 +0000 |
commit | 0c9315929738140602b9e8826c9b758a3641f6b7 (patch) | |
tree | ff66e9d55323e535c82256c8679fddfa1e245d1a /OpenSim/Region/Framework/Interfaces/IWorldComm.cs | |
parent | remove duplicate object chat messages ( mantis 7745 ),fix llRegionSay, this a... (diff) | |
download | opensim-SC-0c9315929738140602b9e8826c9b758a3641f6b7.zip opensim-SC-0c9315929738140602b9e8826c9b758a3641f6b7.tar.gz opensim-SC-0c9315929738140602b9e8826c9b758a3641f6b7.tar.bz2 opensim-SC-0c9315929738140602b9e8826c9b758a3641f6b7.tar.xz |
remove unused return value on DeliverMessageTo()
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IWorldComm.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IWorldComm.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IWorldComm.cs b/OpenSim/Region/Framework/Interfaces/IWorldComm.cs index c01c56d..d76a0d7 100644 --- a/OpenSim/Region/Framework/Interfaces/IWorldComm.cs +++ b/OpenSim/Region/Framework/Interfaces/IWorldComm.cs | |||
@@ -127,7 +127,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
127 | /// <param name='msg'> | 127 | /// <param name='msg'> |
128 | /// Message. | 128 | /// Message. |
129 | /// </param> | 129 | /// </param> |
130 | bool DeliverMessageTo(UUID target, int channel, Vector3 pos, string name, UUID id, string msg); | 130 | void DeliverMessageTo(UUID target, int channel, Vector3 pos, string name, UUID id, string msg); |
131 | 131 | ||
132 | /// <summary> | 132 | /// <summary> |
133 | /// Are there any listen events ready to be dispatched? | 133 | /// Are there any listen events ready to be dispatched? |