summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorAnsariel <none@none>2019-02-08 00:52:23 +0100
committerAnsariel <none@none>2019-02-08 00:52:23 +0100
commit51c2385d5294ff3c34d2130e1be5be8cfd159c17 (patch)
tree233e4834e8144385cc9ba0efc20cd1094a1a4051 /indra/newview/llstartup.cpp
parent986567a6542603887c66daea7459b18f42267544 (diff)
Clean up UI scaling
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 37aaece5d6..5979014b36 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -793,10 +793,6 @@ bool idle_startup()
}
}
display_startup();
- if (gViewerWindow->getSystemUIScaleFactorChanged())
- {
- LLViewerWindow::showSystemUIScaleFactorChanged();
- }
LLStartUp::setStartupState( STATE_LOGIN_WAIT ); // Wait for user input
}
else