diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObject.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObject.cs b/OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObject.cs index e62f795..48cae2f 100644 --- a/OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObject.cs +++ b/OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObject.cs | |||
@@ -184,18 +184,6 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule | |||
184 | set { throw new System.NotImplementedException(); } | 184 | set { throw new System.NotImplementedException(); } |
185 | } | 185 | } |
186 | 186 | ||
187 | public bool IsPhysical | ||
188 | { | ||
189 | get { throw new System.NotImplementedException(); } | ||
190 | set { throw new System.NotImplementedException(); } | ||
191 | } | ||
192 | |||
193 | public bool IsPhantom | ||
194 | { | ||
195 | get { throw new System.NotImplementedException(); } | ||
196 | set { throw new System.NotImplementedException(); } | ||
197 | } | ||
198 | |||
199 | public bool IsRotationLockedX | 187 | public bool IsRotationLockedX |
200 | { | 188 | { |
201 | get { throw new System.NotImplementedException(); } | 189 | get { throw new System.NotImplementedException(); } |