From 14f3ac144060491761a57137b99173e65252d806 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 19 Nov 2008 20:13:51 +0000 Subject: * Add just enough to allow the scene presences test to establish a new user connection (though not yet an actual ScenePresence) --- OpenSim/Region/Environment/Interfaces/ILandChannel.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Region/Environment/Interfaces/ILandChannel.cs') diff --git a/OpenSim/Region/Environment/Interfaces/ILandChannel.cs b/OpenSim/Region/Environment/Interfaces/ILandChannel.cs index 7da4d3c..a8a58ef 100644 --- a/OpenSim/Region/Environment/Interfaces/ILandChannel.cs +++ b/OpenSim/Region/Environment/Interfaces/ILandChannel.cs @@ -34,7 +34,6 @@ namespace OpenSim.Region.Environment.Interfaces { public interface ILandChannel { - List ParcelsNearPoint(Vector3 position); List AllParcels(); ILandObject GetLandObject(int x, int y); -- cgit v1.1