diff options
Diffstat (limited to 'OpenSim/Region/Physics/PhysXPlugin')
-rw-r--r-- | OpenSim/Region/Physics/PhysXPlugin/PhysXCharacter.cs | 8 | ||||
-rw-r--r-- | OpenSim/Region/Physics/PhysXPlugin/PhysXPrim.cs | 2 |
2 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Region/Physics/PhysXPlugin/PhysXCharacter.cs b/OpenSim/Region/Physics/PhysXPlugin/PhysXCharacter.cs index fc3adac..92261cd 100644 --- a/OpenSim/Region/Physics/PhysXPlugin/PhysXCharacter.cs +++ b/OpenSim/Region/Physics/PhysXPlugin/PhysXCharacter.cs | |||
@@ -188,14 +188,6 @@ namespace OpenSim.Region.Physics.PhysXPlugin | |||
188 | { | 188 | { |
189 | } | 189 | } |
190 | 190 | ||
191 | public override void VehicleFlagsSet(int param) | ||
192 | { | ||
193 | } | ||
194 | |||
195 | public override void VehicleFlagsRemove(int param) | ||
196 | { | ||
197 | } | ||
198 | |||
199 | public override void VehicleFlags(int param, bool remove) | 191 | public override void VehicleFlags(int param, bool remove) |
200 | { | 192 | { |
201 | } | 193 | } |
diff --git a/OpenSim/Region/Physics/PhysXPlugin/PhysXPrim.cs b/OpenSim/Region/Physics/PhysXPlugin/PhysXPrim.cs index dc70c80..c0e24fd 100644 --- a/OpenSim/Region/Physics/PhysXPlugin/PhysXPrim.cs +++ b/OpenSim/Region/Physics/PhysXPlugin/PhysXPrim.cs | |||
@@ -277,8 +277,6 @@ namespace OpenSim.Region.Physics.PhysXPlugin | |||
277 | 277 | ||
278 | } | 278 | } |
279 | 279 | ||
280 | public override void VehicleFlagsSet(int param) { } | ||
281 | public override void VehicleFlagsRemove(int param) { } | ||
282 | public override void VehicleFlags(int param, bool remove) { } | 280 | public override void VehicleFlags(int param, bool remove) { } |
283 | 281 | ||
284 | public override void SetVolumeDetect(int param) | 282 | public override void SetVolumeDetect(int param) |