From c582f67987a1e8fe9a00e733a8668defbf4dba55 Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Mon, 27 Feb 2023 23:56:37 +0200 Subject: SL-19280 disable autofps for new users by default --- indra/newview/llstartup.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'indra') diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 82372e4732..bcb57d2237 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2258,12 +2258,6 @@ bool idle_startup() if (STATE_CLEANUP == LLStartUp::getStartupState()) { - if (gAgent.isFirstLogin()) - { - gSavedSettings.setBOOL("AutoTuneLock", TRUE); - gSavedSettings.setBOOL("KeepAutoTuneLock", TRUE); - gSavedSettings.setBOOL("AutoTuneFPS", TRUE); - } set_startup_status(1.0, "", ""); display_startup(); -- cgit v1.2.3