diff options
author | Adam Frisby | 2007-12-04 08:18:09 +0000 |
---|---|---|
committer | Adam Frisby | 2007-12-04 08:18:09 +0000 |
commit | be7ae3dd3ecddc46390f40c0315ff84703c32e7a (patch) | |
tree | 30d4a2d345a71d4de360c79ba933c9a1c3b43feb /OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |
parent | * Fixed compile issue. (diff) | |
download | opensim-SC_OLD-be7ae3dd3ecddc46390f40c0315ff84703c32e7a.zip opensim-SC_OLD-be7ae3dd3ecddc46390f40c0315ff84703c32e7a.tar.gz opensim-SC_OLD-be7ae3dd3ecddc46390f40c0315ff84703c32e7a.tar.bz2 opensim-SC_OLD-be7ae3dd3ecddc46390f40c0315ff84703c32e7a.tar.xz |
* Removed 12 compiler warnings.
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; |