aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Hypergrid
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-27 19:43:26 +0000
committerJustin Clarke Casey2008-11-27 19:43:26 +0000
commit45c50998c23657764918649b8966f429674b0c92 (patch)
treef925d3976b4ae277db3e732c429014e5c30e5b5e /OpenSim/Region/Communications/Hypergrid
parent* Add a file I forgot in the last commit. (diff)
downloadopensim-SC_OLD-45c50998c23657764918649b8966f429674b0c92.zip
opensim-SC_OLD-45c50998c23657764918649b8966f429674b0c92.tar.gz
opensim-SC_OLD-45c50998c23657764918649b8966f429674b0c92.tar.bz2
opensim-SC_OLD-45c50998c23657764918649b8966f429674b0c92.tar.xz
* Remove unused and largely unimplemented UpdateUserCurrentRegion()
* please say if this causes you a problem
Diffstat (limited to 'OpenSim/Region/Communications/Hypergrid')
-rw-r--r--OpenSim/Region/Communications/Hypergrid/HGUserServices.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/OpenSim/Region/Communications/Hypergrid/HGUserServices.cs b/OpenSim/Region/Communications/Hypergrid/HGUserServices.cs
index 06534be..084a9e9 100644
--- a/OpenSim/Region/Communications/Hypergrid/HGUserServices.cs
+++ b/OpenSim/Region/Communications/Hypergrid/HGUserServices.cs
@@ -120,11 +120,6 @@ namespace OpenSim.Region.Communications.Hypergrid
120 return GetUserProfile(firstName + " " + lastName); 120 return GetUserProfile(firstName + " " + lastName);
121 } 121 }
122 122
123 public void UpdateUserCurrentRegion(UUID avatarid, UUID regionuuid, ulong regionhandle)
124 {
125 m_remoteUserServices.UpdateUserCurrentRegion(avatarid, regionuuid, regionhandle);
126 }
127
128 public List<AvatarPickerAvatar> GenerateAgentPickerRequestResponse(UUID queryID, string query) 123 public List<AvatarPickerAvatar> GenerateAgentPickerRequestResponse(UUID queryID, string query)
129 { 124 {
130 return m_remoteUserServices.GenerateAgentPickerRequestResponse(queryID, query); 125 return m_remoteUserServices.GenerateAgentPickerRequestResponse(queryID, query);
@@ -150,7 +145,6 @@ namespace OpenSim.Region.Communications.Hypergrid
150 return m_remoteUserServices.GetUserProfile(avatarID); 145 return m_remoteUserServices.GetUserProfile(avatarID);
151 } 146 }
152 147
153
154 public void ClearUserAgent(UUID avatarID) 148 public void ClearUserAgent(UUID avatarID)
155 { 149 {
156 m_remoteUserServices.ClearUserAgent(avatarID); 150 m_remoteUserServices.ClearUserAgent(avatarID);