diff options
author | Justin Clarke Casey | 2009-07-15 20:49:58 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-07-15 20:49:58 +0000 |
commit | 5815162d7ef1df861de082cee9e99cec14805572 (patch) | |
tree | 1ea8e534822d108da56788b42f07d021e515d22a /OpenSim/Region/Framework/Scenes/ScenePresence.cs | |
parent | * Change server prompt from B.U.S.T to R.O.B.U.S.T, as per mailing list (diff) | |
download | opensim-SC-5815162d7ef1df861de082cee9e99cec14805572.zip opensim-SC-5815162d7ef1df861de082cee9e99cec14805572.tar.gz opensim-SC-5815162d7ef1df861de082cee9e99cec14805572.tar.bz2 opensim-SC-5815162d7ef1df861de082cee9e99cec14805572.tar.xz |
minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 56369f5..296c554 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -145,8 +145,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
145 | 145 | ||
146 | private Vector3 m_lastVelocity = Vector3.Zero; | 146 | private Vector3 m_lastVelocity = Vector3.Zero; |
147 | 147 | ||
148 | private int m_maxPrimsPerFrame = 200; | ||
149 | |||
150 | // Default AV Height | 148 | // Default AV Height |
151 | private float m_avHeight = 127.0f; | 149 | private float m_avHeight = 127.0f; |
152 | 150 | ||