From c0cd681608c3c8f5ffc27c855720a131c3989da8 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 21 Nov 2008 21:24:39 +0000 Subject: * Comment out unused access time method in MSSQL * This should probably be being called in FetchAsset() instead as for all the other databases, but I lack the means to test MSSQL --- OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Region') diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index 250c803..8a58e71 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs @@ -3378,7 +3378,6 @@ if (m_shape != null) { #endregion Public Methods - private byte GetAttachPointEncoded() { return (byte)((AttachmentPoint % 16) * 16 + (AttachmentPoint / 16)); -- cgit v1.1