diff options
| author | Dave Parks <davep@lindenlab.com> | 2022-10-14 15:52:44 -0500 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2022-10-14 15:52:44 -0500 |
| commit | a2b09df2db69ba8a2e6b587d839d509fbe5abebb (patch) | |
| tree | 5a67e7e84961ea52e13dcb5fe322e7817c485dc2 /indra/newview/llappviewer.cpp | |
| parent | ec5009d70eb0fd729126b2321b9d7d6118741573 (diff) | |
SL-18293 Fix for broken wireframe mode.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 8e5a796498..130de92ade 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -338,9 +338,6 @@ LLFrameTimer gRestoreGLTimer; BOOL gRestoreGL = FALSE; bool gUseWireframe = FALSE; -//use for remember deferred mode in wireframe switch -bool gInitialDeferredModeForWireframe = FALSE; - LLMemoryInfo gSysMemory; U64Bytes gMemoryAllocated(0); // updated in display_stats() in llviewerdisplay.cpp |
