diff options
| author | Dave Parks <davep@lindenlab.com> | 2022-04-15 19:02:07 -0500 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2022-04-15 19:02:07 -0500 |
| commit | b6841d75c2f259c84d5ab6b012bd2ae37d985451 (patch) | |
| tree | 9539ccd6552786155d0107a0a8f32ecc97c2e44f /indra/newview/llinventorymodel.cpp | |
| parent | 425b071c644cddd1e14b94fb06a7307622d6b315 (diff) | |
SL-17219 WIP - Texture pipeline overhaul
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
| -rw-r--r-- | indra/newview/llinventorymodel.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index b4fc832596..fa7deb78f8 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -215,8 +215,6 @@ LLInventoryModel::LLInventoryModel() mHttpOptions(), mHttpHeaders(), mHttpPolicyClass(LLCore::HttpRequest::DEFAULT_POLICY_ID), - mHttpPriorityFG(0), - mHttpPriorityBG(0), mCategoryLock(), mItemLock(), mValidationInfo(new LLInventoryValidationInfo) @@ -2778,7 +2776,6 @@ LLCore::HttpHandle LLInventoryModel::requestPost(bool foreground, handle = LLCoreHttpUtil::requestPostWithLLSD(request, mHttpPolicyClass, - (foreground ? mHttpPriorityFG : mHttpPriorityBG), url, body, mHttpOptions, |
