diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/ScenePresence.Body.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.Body.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.Body.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.Body.cs index efe613f..605e8a1 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.Body.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.Body.cs | |||
@@ -37,7 +37,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
37 | { | 37 | { |
38 | public Avatar() | 38 | public Avatar() |
39 | { | 39 | { |
40 | |||
41 | } | 40 | } |
42 | 41 | ||
43 | public void processMovement(IClientAPI remoteClient, uint flags, LLQuaternion bodyRotation) | 42 | public void processMovement(IClientAPI remoteClient, uint flags, LLQuaternion bodyRotation) |
@@ -61,7 +60,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
61 | { | 60 | { |
62 | public ChildAgent() | 61 | public ChildAgent() |
63 | { | 62 | { |
64 | |||
65 | } | 63 | } |
66 | 64 | ||
67 | public void processMovement(IClientAPI remoteClient, uint flags, LLQuaternion bodyRotation) | 65 | public void processMovement(IClientAPI remoteClient, uint flags, LLQuaternion bodyRotation) |
@@ -81,5 +79,4 @@ namespace OpenSim.Region.Environment.Scenes | |||
81 | } | 79 | } |
82 | } | 80 | } |
83 | } | 81 | } |
84 | 82 | } \ No newline at end of file | |
85 | } | ||