From 45c50998c23657764918649b8966f429674b0c92 Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Thu, 27 Nov 2008 19:43:26 +0000
Subject: * Remove unused and largely unimplemented UpdateUserCurrentRegion() *
please say if this causes you a problem
---
OpenSim/Data/MSSQL/MSSQLUserData.cs | 11 -----------
1 file changed, 11 deletions(-)
(limited to 'OpenSim/Data/MSSQL')
diff --git a/OpenSim/Data/MSSQL/MSSQLUserData.cs b/OpenSim/Data/MSSQL/MSSQLUserData.cs
index 5185659..69fd862 100644
--- a/OpenSim/Data/MSSQL/MSSQLUserData.cs
+++ b/OpenSim/Data/MSSQL/MSSQLUserData.cs
@@ -741,17 +741,6 @@ namespace OpenSim.Data.MSSQL
#region Other public methods
///
- /// STUB ! Update current region
- ///
- /// avatar uuid
- /// region uuid
- /// region handle
- override public void UpdateUserCurrentRegion(UUID avatarid, UUID regionuuid, ulong regionhandle)
- {
- //m_log.Info("[USER]: Stub UpdateUserCUrrentRegion called");
- }
-
- ///
///
///
///
--
cgit v1.1