diff options
author | Justin Clark-Casey (justincc) | 2010-08-26 16:27:41 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-08-26 16:27:41 +0100 |
commit | df702417dc6aba6422b3f252023ea551620f8ee2 (patch) | |
tree | 8baf1ddea3f747e4607aa1befb483add3248735f /OpenSim/Region/Framework/Scenes/Scene.cs | |
parent | Reinstate kill record check that prevents an entity update being sent to a cl... (diff) | |
download | opensim-SC_OLD-df702417dc6aba6422b3f252023ea551620f8ee2.zip opensim-SC_OLD-df702417dc6aba6422b3f252023ea551620f8ee2.tar.gz opensim-SC_OLD-df702417dc6aba6422b3f252023ea551620f8ee2.tar.bz2 opensim-SC_OLD-df702417dc6aba6422b3f252023ea551620f8ee2.tar.xz |
Remove mono compiler warnings
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 1f4d022..5fe944d 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -3608,18 +3608,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
3608 | return true; | 3608 | return true; |
3609 | } | 3609 | } |
3610 | 3610 | ||
3611 | private ILandObject GetParcelAtPoint(float x, float y) | ||
3612 | { | ||
3613 | foreach (var parcel in AllParcels()) | ||
3614 | { | ||
3615 | if (parcel.ContainsPoint((int)x,(int)y)) | ||
3616 | { | ||
3617 | return parcel; | ||
3618 | } | ||
3619 | } | ||
3620 | return null; | ||
3621 | } | ||
3622 | |||
3623 | /// <summary> | 3611 | /// <summary> |
3624 | /// Update an AgentCircuitData object with new information | 3612 | /// Update an AgentCircuitData object with new information |
3625 | /// </summary> | 3613 | /// </summary> |