From ee69e4fdd4566f1ffd44c46e799d5b9a0b653076 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Wed, 30 Jul 2025 18:07:24 +0800 Subject: Remove updateDiscordActivity call in startup loop The State field (region & coords) is updated well enough without it now. --- indra/newview/llstartup.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'indra/newview/llstartup.cpp') 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; } -- cgit v1.2.3