* 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
This commit is contained in:
Justin Clarke Casey
2008-11-21 21:24:39 +00:00
parent 915593bfbc
commit c0cd681608
2 changed files with 18 additions and 19 deletions

View File

@@ -3378,7 +3378,6 @@ if (m_shape != null) {
#endregion Public Methods
private byte GetAttachPointEncoded()
{
return (byte)((AttachmentPoint % 16) * 16 + (AttachmentPoint / 16));