aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
authorMikko Pallari2010-08-10 14:57:22 +0300
committerMelanie2010-08-10 19:37:15 +0100
commit3f942a4f74057cb8280bbdd74f2c148b32792416 (patch)
treeb6ad1ead5ae1e39cf650b775389ae12088ab3cbd /OpenSim/Region/Framework/Scenes/ScenePresence.cs
parentMerge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC_OLD-3f942a4f74057cb8280bbdd74f2c148b32792416.zip
opensim-SC_OLD-3f942a4f74057cb8280bbdd74f2c148b32792416.tar.gz
opensim-SC_OLD-3f942a4f74057cb8280bbdd74f2c148b32792416.tar.bz2
opensim-SC_OLD-3f942a4f74057cb8280bbdd74f2c148b32792416.tar.xz
Removed abstract SetText method from EntityBase to make cleaner API.
Signed-off-by: Melanie <melanie@t-data.com>
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 4c17615..14d7d6a 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -3212,11 +3212,6 @@ namespace OpenSim.Region.Framework.Scenes
3212 } 3212 }
3213 } 3213 }
3214 3214
3215 public override void SetText(string text, Vector3 color, double alpha)
3216 {
3217 throw new Exception("Can't set Text on avatar.");
3218 }
3219
3220 /// <summary> 3215 /// <summary>
3221 /// Adds a physical representation of the avatar to the Physics plugin 3216 /// Adds a physical representation of the avatar to the Physics plugin
3222 /// </summary> 3217 /// </summary>