From edc572dacf3ff65c5584f8c02bb291abce0c7122 Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 1 Aug 2007 16:50:20 +0000 Subject: Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 /Part2). Updated the JavaVM to a later version I did (basically some clean up and a little bit more functional). Added SendLoadURL method to IClientAPI. --- OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Region/Communications/OGS1') diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index 69d0d57..eb22b90 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs @@ -152,7 +152,6 @@ namespace OpenSim.Region.Communications.OGS1 { return this.regions[regionHandle]; } - //TODO not a region in this instance so ask remote grid server Hashtable requestData = new Hashtable(); requestData["region_handle"] = regionHandle.ToString(); -- cgit v1.1