Remove tested 110% scale.

This commit is contained in:
John Preston 2021-03-22 19:52:51 +04:00
parent 56c8327746
commit 4d579f873c
1 changed files with 0 additions and 1 deletions

View File

@ -514,7 +514,6 @@ void Launcher::processArguments() {
? style::kScaleAuto
: value;
}
gConfigScale = 110; AssertIsDebug();
}
int Launcher::executeApplication() {