aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJohn Hurliman2010-02-22 16:13:14 -0800
committerJohn Hurliman2010-02-22 16:13:14 -0800
commit3437605da6de1171c78ff1a6fc013fdb3597e2f8 (patch)
treecf244444601bb14994b98d6dab7519750dfaf812 /OpenSim
parentChanged asset CreatorID to a string (diff)
downloadopensim-SC_OLD-3437605da6de1171c78ff1a6fc013fdb3597e2f8.zip
opensim-SC_OLD-3437605da6de1171c78ff1a6fc013fdb3597e2f8.tar.gz
opensim-SC_OLD-3437605da6de1171c78ff1a6fc013fdb3597e2f8.tar.bz2
opensim-SC_OLD-3437605da6de1171c78ff1a6fc013fdb3597e2f8.tar.xz
* Removed the broken and unused GridRegion.ExternalEndPoint setter
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Services/Interfaces/IGridService.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Services/Interfaces/IGridService.cs b/OpenSim/Services/Interfaces/IGridService.cs
index 2f5e991..ad49522 100644
--- a/OpenSim/Services/Interfaces/IGridService.cs
+++ b/OpenSim/Services/Interfaces/IGridService.cs
@@ -266,8 +266,6 @@ namespace OpenSim.Services.Interfaces
266 266
267 return new IPEndPoint(ia, m_internalEndPoint.Port); 267 return new IPEndPoint(ia, m_internalEndPoint.Port);
268 } 268 }
269
270 set { m_externalHostName = value.ToString(); }
271 } 269 }
272 270
273 public string ExternalHostName 271 public string ExternalHostName