* Remove unused and largely unimplemented UpdateUserCurrentRegion()

* please say if this causes you a problem
This commit is contained in:
Justin Clarke Casey
2008-11-27 19:43:26 +00:00
parent 1cd727614d
commit 45c50998c2
11 changed files with 1 additions and 115 deletions

View File

@@ -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>