summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/main.cpp b/app/main.cpp
index a7c832c..818449b 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -50,9 +50,6 @@ int main(int argc, char *argv[])
qputenv("QT_QPA_EGLFS_KMS_CONFIG", DEFAULT_EGLFS_CONFIG_FILE);
}
- /* FIXTHIS: socket cannot be created successfully in '/run/user/0'. */
- qputenv("XDG_RUNTIME_DIR", "/run/platform/display");
-
QGuiApplication app(argc, argv);
QQmlApplicationEngine appEngine(QUrl("qrc:///cluster-gauges.qml"));