diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-07-30 18:07:24 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-07-30 18:07:24 +0800 |
commit | ee69e4fdd4566f1ffd44c46e799d5b9a0b653076 (patch) | |
tree | 8f96fe060e3f6b388460ecd0bc45fdf1c9cd0f1b /indra/newview | |
parent | 331f50278b1bf09789672ab383311a9562682afc (diff) |
Remove updateDiscordActivity call in startup loop
The State field (region & coords) is updated well enough without it
now.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llstartup.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index dfad169813..8d010553a0 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2327,10 +2327,6 @@ bool idle_startup() do_startup_frame(); } -#ifdef LL_DISCORD - LLAppViewer::updateDiscordActivity(); -#endif - return true; } |