* 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

@@ -740,17 +740,6 @@ namespace OpenSim.Data.MSSQL
#region Other public methods
/// <summary>
/// STUB ! Update current region
/// </summary>
/// <param name="avatarid">avatar uuid</param>
/// <param name="regionuuid">region uuid</param>
/// <param name="regionhandle">region handle</param>
override public void UpdateUserCurrentRegion(UUID avatarid, UUID regionuuid, ulong regionhandle)
{
//m_log.Info("[USER]: Stub UpdateUserCUrrentRegion called");
}
/// <summary>
///
/// </summary>