Remove unused integer vars from LLClientView
parent
adee1c1bb0
commit
813ee4e188
|
@ -2996,7 +2996,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
int WearableOut = 0;
|
|
||||||
bool isWearable = false;
|
bool isWearable = false;
|
||||||
|
|
||||||
isWearable = ((AssetType) req.AssetInf.Type ==
|
isWearable = ((AssetType) req.AssetInf.Type ==
|
||||||
|
@ -8563,7 +8562,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
// surrounding scene
|
// surrounding scene
|
||||||
if ((ImageType)block.Type == ImageType.Baked)
|
if ((ImageType)block.Type == ImageType.Baked)
|
||||||
args.Priority *= 2.0f;
|
args.Priority *= 2.0f;
|
||||||
int wearableout = 0;
|
|
||||||
|
|
||||||
ImageManager.EnqueueReq(args);
|
ImageManager.EnqueueReq(args);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue