diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2026-01-12 20:17:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-12 20:17:22 +0200 |
| commit | 147e8642466df56590197fa0c16aedecc0fa553b (patch) | |
| tree | 1c53df359c20654382992b1f30c048ee8145032e /indra/newview | |
| parent | 5fbd5a15f37a45582704388a39cceb12cb80feb0 (diff) | |
#5241 Crash at onIdleUpdateFavorites
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 3 | ||||
| -rw-r--r-- | indra/newview/llappviewer.h | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 8aabdc5669..e956fc024e 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -343,9 +343,6 @@ F32 gLogoutMaxTime = LOGOUT_REQUEST_TIME; S32 gPendingMetricsUploads = 0; - -bool gDisconnected = false; - // Used to restore texture state after a mode switch LLFrameTimer gRestoreGLTimer; bool gRestoreGL = false; diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h index 6b0d3e0b27..e1119419af 100644 --- a/indra/newview/llappviewer.h +++ b/indra/newview/llappviewer.h @@ -417,8 +417,6 @@ extern S32 gPendingMetricsUploads; extern F32 gSimLastTime; extern F32 gSimFrames; -extern bool gDisconnected; - extern LLFrameTimer gRestoreGLTimer; extern bool gRestoreGL; extern bool gUseWireframe; |
