diff options
author | Justin Clarke Casey | 2008-11-21 21:24:39 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-21 21:24:39 +0000 |
commit | c0cd681608c3c8f5ffc27c855720a131c3989da8 (patch) | |
tree | 283d1795c96997c1eb9e74956ae987dce5ba9781 /OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |
parent | * refactor: Rip out SOP inventory from the partial into a separate class (diff) | |
download | opensim-SC_OLD-c0cd681608c3c8f5ffc27c855720a131c3989da8.zip opensim-SC_OLD-c0cd681608c3c8f5ffc27c855720a131c3989da8.tar.gz opensim-SC_OLD-c0cd681608c3c8f5ffc27c855720a131c3989da8.tar.bz2 opensim-SC_OLD-c0cd681608c3c8f5ffc27c855720a131c3989da8.tar.xz |
* 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
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | 1 |
1 files changed, 0 insertions, 1 deletions
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) { | |||
3378 | 3378 | ||
3379 | #endregion Public Methods | 3379 | #endregion Public Methods |
3380 | 3380 | ||
3381 | |||
3382 | private byte GetAttachPointEncoded() | 3381 | private byte GetAttachPointEncoded() |
3383 | { | 3382 | { |
3384 | return (byte)((AttachmentPoint % 16) * 16 + (AttachmentPoint / 16)); | 3383 | return (byte)((AttachmentPoint % 16) * 16 + (AttachmentPoint / 16)); |