* Removed the broken and unused GridRegion.ExternalEndPoint setter

slimupdates
John Hurliman 2010-02-22 16:13:14 -08:00
parent df76e95aa2
commit 3437605da6
1 changed files with 0 additions and 2 deletions

View File

@ -266,8 +266,6 @@ namespace OpenSim.Services.Interfaces
return new IPEndPoint(ia, m_internalEndPoint.Port); return new IPEndPoint(ia, m_internalEndPoint.Port);
} }
set { m_externalHostName = value.ToString(); }
} }
public string ExternalHostName public string ExternalHostName