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/SQLite/SQLiteUserData.cs | 12 ------------
1 file changed, 12 deletions(-)
(limited to 'OpenSim/Data/SQLite')
diff --git a/OpenSim/Data/SQLite/SQLiteUserData.cs b/OpenSim/Data/SQLite/SQLiteUserData.cs
index b8f1a68..ebc58c1 100644
--- a/OpenSim/Data/SQLite/SQLiteUserData.cs
+++ b/OpenSim/Data/SQLite/SQLiteUserData.cs
@@ -358,18 +358,6 @@ namespace OpenSim.Data.SQLite
#endregion
///
- /// STUB, Update the user's current region
- ///
- /// UUID of the user
- /// UUID of the region
- /// region handle
- /// DO NOTHING
- override public void UpdateUserCurrentRegion(UUID avatarid, UUID regionuuid, ulong regionhandle)
- {
- //m_log.Info("[USER DB]: Stub UpdateUserCUrrentRegion called");
- }
-
- ///
///
///
///
--
cgit v1.1