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/llwindow/llwindowheadless.h | |
| parent | 7d87e41bbd5d4761b1eb17e49b7a00b948d84213 (diff) | |
viewer#799 getAvailableVRAMMegabytes cleanup
Diffstat (limited to 'indra/llwindow/llwindowheadless.h')
| -rw-r--r-- | indra/llwindow/llwindowheadless.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowheadless.h b/indra/llwindow/llwindowheadless.h index 06e6b2783d..f422152ab2 100644 --- a/indra/llwindow/llwindowheadless.h +++ b/indra/llwindow/llwindowheadless.h @@ -101,7 +101,6 @@ public: /*virtual*/ F32 getPixelAspectRatio() override { return 1.0f; } /*virtual*/ void setNativeAspectRatio(F32 ratio) override {} - U32 getAvailableVRAMMegabytes() override { return 4096; } void setMaxVRAMMegabytes(U32 max_vram) override {} /*virtual*/ void *getPlatformWindow() override { return 0; } |
