diff options
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | 10 | ||||
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs index 6b8d1e2..2a66060 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | |||
@@ -733,17 +733,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
733 | { | 733 | { |
734 | 734 | ||
735 | } | 735 | } |
736 | |||
737 | public override void VehicleFlagsSet(int flags) | ||
738 | { | ||
739 | |||
740 | } | ||
741 | |||
742 | public override void VehicleFlagsRemove(int flags) | ||
743 | { | ||
744 | 736 | ||
745 | } | ||
746 | |||
747 | public override void VehicleFlags(int param, bool remove) | 737 | public override void VehicleFlags(int param, bool remove) |
748 | { | 738 | { |
749 | 739 | ||
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index 9ef2e9c..2ab00a3 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -2354,16 +2354,6 @@ Console.WriteLine(" JointCreateFixed"); | |||
2354 | { | 2354 | { |
2355 | m_vehicle.ProcessRotationVehicleParam((Vehicle) param, rotation); | 2355 | m_vehicle.ProcessRotationVehicleParam((Vehicle) param, rotation); |
2356 | } | 2356 | } |
2357 | |||
2358 | public override void VehicleFlagsSet(int flags) | ||
2359 | { | ||
2360 | |||
2361 | } | ||
2362 | |||
2363 | public override void VehicleFlagsRemove(int flags) | ||
2364 | { | ||
2365 | |||
2366 | } | ||
2367 | 2357 | ||
2368 | public override void VehicleFlags(int param, bool remove) | 2358 | public override void VehicleFlags(int param, bool remove) |
2369 | { | 2359 | { |