diff options
author | John Hurliman | 2010-02-22 16:13:14 -0800 |
---|---|---|
committer | John Hurliman | 2010-02-22 16:13:14 -0800 |
commit | 3437605da6de1171c78ff1a6fc013fdb3597e2f8 (patch) | |
tree | cf244444601bb14994b98d6dab7519750dfaf812 /OpenSim | |
parent | Changed asset CreatorID to a string (diff) | |
download | opensim-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 '')
-rw-r--r-- | OpenSim/Services/Interfaces/IGridService.cs | 2 |
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 |