diff options
author | lbsa71 | 2007-09-21 05:00:51 +0000 |
---|---|---|
committer | lbsa71 | 2007-09-21 05:00:51 +0000 |
commit | 72b207173ab9da554e9f2721c09da9f581b0f979 (patch) | |
tree | a60785beabd7788da50168c8e6236e31ff59340b /OpenSim/Region/Environment/Scenes/ScenePresence.cs | |
parent | * First example of moving stuff to a Region layer (diff) | |
download | opensim-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 'OpenSim/Region/Environment/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index 41e555a..9b5aa99 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -537,13 +537,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
537 | /// <summary> | 537 | /// <summary> |
538 | /// | 538 | /// |
539 | /// </summary> | 539 | /// </summary> |
540 | public override void LandRenegerated() | ||
541 | { | ||
542 | } | ||
543 | |||
544 | /// <summary> | ||
545 | /// | ||
546 | /// </summary> | ||
547 | public override void Update() | 540 | public override void Update() |
548 | { | 541 | { |
549 | SendPrimUpdates(); | 542 | SendPrimUpdates(); |