SL-17219: Delete some unused declarations.
These trigger fatal warnings on Mac.master
parent
5bed414ba9
commit
06aa68c2fb
|
|
@ -4115,7 +4115,6 @@ bool
|
|||
TFReqSendMetrics::doWork(LLTextureFetch * fetcher)
|
||||
{
|
||||
LL_PROFILE_ZONE_SCOPED;
|
||||
static const U32 report_priority(1);
|
||||
|
||||
//if (! gViewerAssetStatsThread1)
|
||||
// return true;
|
||||
|
|
|
|||
|
|
@ -1779,14 +1779,6 @@ void LLViewerFetchedTexture::processTextureStats()
|
|||
}
|
||||
}
|
||||
|
||||
const F32 MAX_PRIORITY_PIXEL = 999.f; //pixel area
|
||||
const F32 PRIORITY_BOOST_LEVEL_FACTOR = 1000.f; //boost level
|
||||
const F32 PRIORITY_DELTA_DISCARD_LEVEL_FACTOR = 100000.f; //delta discard
|
||||
const S32 MAX_DELTA_DISCARD_LEVEL_FOR_PRIORITY = 4;
|
||||
const F32 PRIORITY_ADDITIONAL_FACTOR = 1000000.f; //additional
|
||||
const S32 MAX_ADDITIONAL_LEVEL_FOR_PRIORITY = 8;
|
||||
const F32 PRIORITY_BOOST_HIGH_FACTOR = 10000000.f;//boost high
|
||||
|
||||
//============================================================================
|
||||
|
||||
void LLViewerFetchedTexture::updateVirtualSize()
|
||||
|
|
|
|||
|
|
@ -1059,8 +1059,6 @@ F32 LLViewerTextureList::updateImagesFetchTextures(F32 max_time)
|
|||
entries_list_t entries;
|
||||
|
||||
// Update fetch for N images each frame
|
||||
static const S32 MAX_HIGH_PRIO_COUNT = gSavedSettings.getS32("TextureFetchUpdateHighPriority"); // default: 32
|
||||
static const S32 MIN_UPDATE_COUNT = gSavedSettings.getS32("TextureFetchUpdateMinMediumPriority"); // default: 32
|
||||
#if 0
|
||||
static const S32 MAX_UPDATE_COUNT = gSavedSettings.getS32("TextureFetchUpdateMaxMediumPriority"); // default: 256
|
||||
|
||||
|
|
|
|||
|
|
@ -5672,7 +5672,6 @@ void LLVOAvatar::checkTextureLoading()
|
|||
}
|
||||
|
||||
const F32 SELF_ADDITIONAL_PRI = 0.75f ;
|
||||
const F32 ADDITIONAL_PRI = 0.5f;
|
||||
void LLVOAvatar::addBakedTextureStats( LLViewerFetchedTexture* imagep, F32 pixel_area, F32 texel_area_ratio, S32 boost_level)
|
||||
{
|
||||
//Note:
|
||||
|
|
|
|||
Loading…
Reference in New Issue