From 87ad573ec25b830d68a7b81a06a93b888301647a Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 18 Sep 2015 02:00:10 +0100 Subject: MapBlockFromGridRegion and Map2BlockFromGridRegion are the same thing --- OpenSim/Region/Framework/Interfaces/IWorldMapModule.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Region/Framework/Interfaces') diff --git a/OpenSim/Region/Framework/Interfaces/IWorldMapModule.cs b/OpenSim/Region/Framework/Interfaces/IWorldMapModule.cs index e9cf4ad..ee7c4ec 100644 --- a/OpenSim/Region/Framework/Interfaces/IWorldMapModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IWorldMapModule.cs @@ -36,7 +36,6 @@ namespace OpenSim.Region.Framework.Interfaces /// Generate a map tile for the scene. a terrain texture for this scene /// void GenerateMaptile(); - List Map2BlockFromGridRegion(GridRegion r, uint flag); void MapBlockFromGridRegion(MapBlockData block, GridRegion r, uint flag); } } -- cgit v1.1