aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMelanie Thielker2014-11-12 06:39:01 +0100
committerMelanie Thielker2014-11-12 06:39:01 +0100
commit0a1a063415d6a09da9c9769e1f449fb95b0077e4 (patch)
tree94c4e78abf0f2cc8316d6c7c5a81de33971ac654
parentBare minimum to get the new bake module to compile with this old code (diff)
downloadopensim-SC_OLD-0a1a063415d6a09da9c9769e1f449fb95b0077e4.zip
opensim-SC_OLD-0a1a063415d6a09da9c9769e1f449fb95b0077e4.tar.gz
opensim-SC_OLD-0a1a063415d6a09da9c9769e1f449fb95b0077e4.tar.bz2
opensim-SC_OLD-0a1a063415d6a09da9c9769e1f449fb95b0077e4.tar.xz
Revert "Bare minimum to get the new bake module to compile with this old code"
This reverts commit 1d4355bd735430fbcb79fbce8f22a6c187736578.
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index ba25d9b..6fd5934 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -73,8 +73,6 @@ namespace OpenSim.Region.Framework.Scenes
73 73
74 public class ScenePresence : EntityBase, IScenePresence 74 public class ScenePresence : EntityBase, IScenePresence
75 { 75 {
76 public bool Invisible = false;
77
78// ~ScenePresence() 76// ~ScenePresence()
79// { 77// {
80// m_log.DebugFormat("[SCENE PRESENCE]: Destructor called on {0}", Name); 78// m_log.DebugFormat("[SCENE PRESENCE]: Destructor called on {0}", Name);