diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index 99dafac..543a468 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |||
@@ -956,7 +956,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
956 | 956 | ||
957 | public void UpdatePrimFlags(ushort type, bool inUse, byte[] data) | 957 | public void UpdatePrimFlags(ushort type, bool inUse, byte[] data) |
958 | { | 958 | { |
959 | bool hasPrim = false; | ||
960 | bool usePhysics = false; | 959 | bool usePhysics = false; |
961 | bool IsTemporary = false; | 960 | bool IsTemporary = false; |
962 | bool IsPhantom = false; | 961 | bool IsPhantom = false; |