diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/SQLite/SQLiteUserData.cs | 12 |
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> |