diff options
author | Justin Clark-Casey (justincc) | 2011-03-31 23:03:42 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-03-31 23:03:42 +0100 |
commit | 88bd38690a56f5e381f8038b971950c9f5842c51 (patch) | |
tree | 52fe2f8c8d208a61c76eca59aecaa3a435299497 /OpenSim/Framework | |
parent | Put in temporary logging message to find out if scene objects are requesting ... (diff) | |
download | opensim-SC_OLD-88bd38690a56f5e381f8038b971950c9f5842c51.zip opensim-SC_OLD-88bd38690a56f5e381f8038b971950c9f5842c51.tar.gz opensim-SC_OLD-88bd38690a56f5e381f8038b971950c9f5842c51.tar.bz2 opensim-SC_OLD-88bd38690a56f5e381f8038b971950c9f5842c51.tar.xz |
Remove unused RegionInfo.getInternalEndPointPort() in favour of RegionInfo.InternalEndPoint.Port
Diffstat (limited to 'OpenSim/Framework')
-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 |