aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IGridService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Services/Interfaces/IGridService.cs')
-rw-r--r--OpenSim/Services/Interfaces/IGridService.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Services/Interfaces/IGridService.cs b/OpenSim/Services/Interfaces/IGridService.cs
index 0eea3ea..1b01e76 100644
--- a/OpenSim/Services/Interfaces/IGridService.cs
+++ b/OpenSim/Services/Interfaces/IGridService.cs
@@ -79,10 +79,6 @@ namespace OpenSim.Services.Interfaces
79 79
80 // Not sure about these two (diva) 80 // Not sure about these two (diva)
81 81
82 List<MapBlockData> RequestNeighbourMapBlocks(UUID scopeID, int minX, int minY, int maxX, int maxY);
83 // not complete yet, only contains the fields needed for ParcelInfoReqeust
84 LandData RequestLandData(UUID scopeID, ulong regionHandle, uint x, uint y);
85
86 82
87 } 83 }
88} 84}