mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
* Remove unused and largely unimplemented UpdateUserCurrentRegion()
* please say if this causes you a problem
This commit is contained in:
@@ -357,18 +357,6 @@ namespace OpenSim.Data.SQLite
|
||||
|
||||
#endregion
|
||||
|
||||
/// <summary>
|
||||
/// STUB, Update the user's current region
|
||||
/// </summary>
|
||||
/// <param name="avatarid">UUID of the user</param>
|
||||
/// <param name="regionuuid">UUID of the region</param>
|
||||
/// <param name="regionhandle">region handle</param>
|
||||
/// <remarks>DO NOTHING</remarks>
|
||||
override public void UpdateUserCurrentRegion(UUID avatarid, UUID regionuuid, ulong regionhandle)
|
||||
{
|
||||
//m_log.Info("[USER DB]: Stub UpdateUserCUrrentRegion called");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user