aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorAliciaRaven2016-12-01 03:11:34 +0000
committerAliciaRaven2016-12-01 03:11:34 +0000
commit813ee4e18816de13965d0d67dfbdf15fd661ec41 (patch)
tree0a76a7cc536143f70e70cbf054e7c8c54742906f /OpenSim/Region/ClientStack
parent fix a null ref (diff)
downloadopensim-SC_OLD-813ee4e18816de13965d0d67dfbdf15fd661ec41.zip
opensim-SC_OLD-813ee4e18816de13965d0d67dfbdf15fd661ec41.tar.gz
opensim-SC_OLD-813ee4e18816de13965d0d67dfbdf15fd661ec41.tar.bz2
opensim-SC_OLD-813ee4e18816de13965d0d67dfbdf15fd661ec41.tar.xz
Remove unused integer vars from LLClientView
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 6cdf6f6..68df40f 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -2996,7 +2996,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
2996 return; 2996 return;
2997 } 2997 }
2998 2998
2999 int WearableOut = 0;
3000 bool isWearable = false; 2999 bool isWearable = false;
3001 3000
3002 isWearable = ((AssetType) req.AssetInf.Type == 3001 isWearable = ((AssetType) req.AssetInf.Type ==
@@ -8563,7 +8562,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
8563 // surrounding scene 8562 // surrounding scene
8564 if ((ImageType)block.Type == ImageType.Baked) 8563 if ((ImageType)block.Type == ImageType.Baked)
8565 args.Priority *= 2.0f; 8564 args.Priority *= 2.0f;
8566 int wearableout = 0;
8567 8565
8568 ImageManager.EnqueueReq(args); 8566 ImageManager.EnqueueReq(args);
8569 } 8567 }