minor: remove some mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2009-11-09 16:03:15 +00:00
parent 9b2592a960
commit a7af92d5d0
5 changed files with 7 additions and 7 deletions

View File

@@ -144,8 +144,8 @@ namespace OpenSim.Region.CoreModules.Agent.TextureSender
/// <param name="j2kData">JPEG2000 data</param>
private void DoJ2KDecode(UUID assetID, byte[] j2kData)
{
int DecodeTime = 0;
DecodeTime = Environment.TickCount;
// int DecodeTime = 0;
// DecodeTime = Environment.TickCount;
OpenJPEG.J2KLayerInfo[] layers;
if (!TryLoadCacheForAsset(assetID, out layers))