remove pointer no longer used for tracking attachments/huds

master
Beq 2021-11-03 19:36:11 +00:00
parent b42636a8fd
commit b36372bb5e
1 changed files with 0 additions and 2 deletions

View File

@ -48,7 +48,6 @@ struct LLHUDComplexity
objectName = "";
objectsCost = 0;
objectsCount = 0;
objectPtr = nullptr;
texturesCost = 0;
texturesCount = 0;
largeTexturesCount = 0;
@ -62,7 +61,6 @@ struct LLHUDComplexity
U32 texturesCost;
U32 texturesCount;
U32 largeTexturesCount;
const LLViewerObject * objectPtr;
F64Bytes texturesMemoryTotal;
};