diff options
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index afedcf5..daf0a25 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs | |||
@@ -1164,11 +1164,6 @@ namespace OpenSim.Framework | |||
1164 | return regionInfo; | 1164 | return regionInfo; |
1165 | } | 1165 | } |
1166 | 1166 | ||
1167 | public int getInternalEndPointPort() | ||
1168 | { | ||
1169 | return m_internalEndPoint.Port; | ||
1170 | } | ||
1171 | |||
1172 | public Dictionary<string, object> ToKeyValuePairs() | 1167 | public Dictionary<string, object> ToKeyValuePairs() |
1173 | { | 1168 | { |
1174 | Dictionary<string, object> kvp = new Dictionary<string, object>(); | 1169 | Dictionary<string, object> kvp = new Dictionary<string, object>(); |
@@ -1187,4 +1182,4 @@ namespace OpenSim.Framework | |||
1187 | return kvp; | 1182 | return kvp; |
1188 | } | 1183 | } |
1189 | } | 1184 | } |
1190 | } | 1185 | } \ No newline at end of file |