aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/EntityBase.cs
diff options
context:
space:
mode:
authorlbsa712007-09-21 05:00:51 +0000
committerlbsa712007-09-21 05:00:51 +0000
commit72b207173ab9da554e9f2721c09da9f581b0f979 (patch)
treea60785beabd7788da50168c8e6236e31ff59340b /OpenSim/Region/Environment/Scenes/EntityBase.cs
parent* First example of moving stuff to a Region layer (diff)
downloadopensim-SC_OLD-72b207173ab9da554e9f2721c09da9f581b0f979.zip
opensim-SC_OLD-72b207173ab9da554e9f2721c09da9f581b0f979.tar.gz
opensim-SC_OLD-72b207173ab9da554e9f2721c09da9f581b0f979.tar.bz2
opensim-SC_OLD-72b207173ab9da554e9f2721c09da9f581b0f979.tar.xz
* Removed unused LandRenegerated flag
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/EntityBase.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Region/Environment/Scenes/EntityBase.cs b/OpenSim/Region/Environment/Scenes/EntityBase.cs
index 4832956..dc1f7f1 100644
--- a/OpenSim/Region/Environment/Scenes/EntityBase.cs
+++ b/OpenSim/Region/Environment/Scenes/EntityBase.cs
@@ -116,13 +116,6 @@ namespace OpenSim.Region.Environment.Scenes
116 return (EntityBase) MemberwiseClone(); 116 return (EntityBase) MemberwiseClone();
117 } 117 }
118 118
119 /// <summary>
120 /// Infoms the entity that the land (heightmap) has changed
121 /// </summary>
122 public virtual void LandRenegerated()
123 {
124 }
125
126 public abstract void SetText(string text, Vector3 color, double alpha); 119 public abstract void SetText(string text, Vector3 color, double alpha);
127 } 120 }
128} 121}