aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteUserData.cs
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/Data/SQLite/SQLiteUserData.cs
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 '')
-rw-r--r--OpenSim/Data/SQLite/SQLiteUserData.cs12
1 files changed, 0 insertions, 12 deletions
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
358 #endregion 358 #endregion
359 359
360 /// <summary> 360 /// <summary>
361 /// STUB, Update the user's current region
362 /// </summary>
363 /// <param name="avatarid">UUID of the user</param>
364 /// <param name="regionuuid">UUID of the region</param>
365 /// <param name="regionhandle">region handle</param>
366 /// <remarks>DO NOTHING</remarks>
367 override public void UpdateUserCurrentRegion(UUID avatarid, UUID regionuuid, ulong regionhandle)
368 {
369 //m_log.Info("[USER DB]: Stub UpdateUserCUrrentRegion called");
370 }
371
372 /// <summary>
373 /// 361 ///
374 /// </summary> 362 /// </summary>
375 /// <param name="queryID"></param> 363 /// <param name="queryID"></param>