diff options
author | Justin Clarke Casey | 2008-11-27 19:43:26 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-27 19:43:26 +0000 |
commit | 45c50998c23657764918649b8966f429674b0c92 (patch) | |
tree | f925d3976b4ae277db3e732c429014e5c30e5b5e /OpenSim/Data/MSSQL | |
parent | * Add a file I forgot in the last commit. (diff) | |
download | opensim-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 'OpenSim/Data/MSSQL')
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLUserData.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLUserData.cs b/OpenSim/Data/MSSQL/MSSQLUserData.cs index 5185659..69fd862 100644 --- a/OpenSim/Data/MSSQL/MSSQLUserData.cs +++ b/OpenSim/Data/MSSQL/MSSQLUserData.cs | |||
@@ -741,17 +741,6 @@ namespace OpenSim.Data.MSSQL | |||
741 | #region Other public methods | 741 | #region Other public methods |
742 | 742 | ||
743 | /// <summary> | 743 | /// <summary> |
744 | /// STUB ! Update current region | ||
745 | /// </summary> | ||
746 | /// <param name="avatarid">avatar uuid</param> | ||
747 | /// <param name="regionuuid">region uuid</param> | ||
748 | /// <param name="regionhandle">region handle</param> | ||
749 | override public void UpdateUserCurrentRegion(UUID avatarid, UUID regionuuid, ulong regionhandle) | ||
750 | { | ||
751 | //m_log.Info("[USER]: Stub UpdateUserCUrrentRegion called"); | ||
752 | } | ||
753 | |||
754 | /// <summary> | ||
755 | /// | 744 | /// |
756 | /// </summary> | 745 | /// </summary> |
757 | /// <param name="queryID"></param> | 746 | /// <param name="queryID"></param> |