diff options
Diffstat (limited to 'OpenSim/Services/Connectors/Grid')
-rw-r--r-- | OpenSim/Services/Connectors/Grid/GridServicesConnector.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/OpenSim/Services/Connectors/Grid/GridServicesConnector.cs b/OpenSim/Services/Connectors/Grid/GridServicesConnector.cs index e863718..ded7806 100644 --- a/OpenSim/Services/Connectors/Grid/GridServicesConnector.cs +++ b/OpenSim/Services/Connectors/Grid/GridServicesConnector.cs | |||
@@ -330,12 +330,6 @@ namespace OpenSim.Services.Connectors | |||
330 | return rinfo; | 330 | return rinfo; |
331 | } | 331 | } |
332 | 332 | ||
333 | public GridRegion GetRegionByNameSpecific(UUID scopeID, string regionName) | ||
334 | { | ||
335 | |||
336 | return null; | ||
337 | } | ||
338 | |||
339 | public GridRegion GetRegionByName(UUID scopeID, string regionName) | 333 | public GridRegion GetRegionByName(UUID scopeID, string regionName) |
340 | { | 334 | { |
341 | Dictionary<string, object> sendData = new Dictionary<string, object>(); | 335 | Dictionary<string, object> sendData = new Dictionary<string, object>(); |