diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index b91b24665..ea1506a5a 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -17867,17 +17867,6 @@ This should be as low as possible, but too low may break functionality Value 1 - WarnQuickTimeInstalled - - Comment - Enables QuickTimeInstalled warning dialog - Persist - 1 - Type - Boolean - Value - 1 - WarnReturnToOwner Comment diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 54d9c56b3..bbeb286a0 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -241,7 +241,6 @@ F32 gSimLastTime; // Used in LLAppViewer::init and send_stats() F32 gSimFrames; BOOL gShowObjectUpdates = FALSE; -BOOL gUseQuickTime = TRUE; BOOL gAcceptTOS = FALSE; BOOL gAcceptCriticalMessage = FALSE;