Revert "UI: Enable HiDPI scaling."

This reverts commit c4eebbba54.
This commit is contained in:
jp9000
2016-11-04 04:27:07 -07:00
parent 06894c6e84
commit fa0bd585a5
-2
View File
@@ -1319,8 +1319,6 @@ static int run_program(fstream &logFile, int argc, char *argv[])
QCoreApplication::addLibraryPath(".");
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
OBSApp program(argc, argv, profilerNameStore.get());
try {
program.AppInit();