summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-07-30 18:07:24 +0800
committerErik Kundiman <erik@megapahit.org>2025-07-30 18:07:24 +0800
commitee69e4fdd4566f1ffd44c46e799d5b9a0b653076 (patch)
tree8f96fe060e3f6b388460ecd0bc45fdf1c9cd0f1b /indra/newview/llstartup.cpp
parent331f50278b1bf09789672ab383311a9562682afc (diff)
Remove updateDiscordActivity call in startup loop
The State field (region & coords) is updated well enough without it now.
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r--indra/newview/llstartup.cpp4
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;
}