diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/EntityBase.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/EntityBase.cs | 7 |
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 | } |