diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-05-06 22:48:24 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-05-07 08:25:13 +0300 |
commit | ea268fcd48550f98baceef0294fd977ff12d2b35 (patch) | |
tree | e9c27493a8b1d6e20b31cb591b0074238470b2e5 /indra/newview/llviewertexture.h | |
parent | 7d87e41bbd5d4761b1eb17e49b7a00b948d84213 (diff) |
viewer#799 getAvailableVRAMMegabytes cleanup
Diffstat (limited to 'indra/newview/llviewertexture.h')
-rw-r--r-- | indra/newview/llviewertexture.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llviewertexture.h b/indra/newview/llviewertexture.h index ffa072b7f6..16446ffe58 100644 --- a/indra/newview/llviewertexture.h +++ b/indra/newview/llviewertexture.h @@ -185,11 +185,7 @@ private: friend class LLUIImageList; virtual void switchToCachedImage(); - - static void getGPUMemoryForTextures(S32Megabytes &gpu, S32Megabytes &physical); -public: - static bool isMemoryForTextureLow(); protected: friend class LLViewerTextureList; LLUUID mID; |