Revert "os: Try to discover the current seat with the XDG_SEAT var first"

This reverts commit b27eaa7283.
This commit is contained in:
Povilas Kanapickas 2022-02-03 20:04:52 +02:00
parent 419fbf639d
commit f575524314

View File

@ -681,7 +681,6 @@ ProcessCommandLine(int argc, char *argv[])
ErrorF("Failed to disable listen for %s transport",
defaultNoListenList[i]);
}
SeatId = getenv("XDG_SEAT");
for (i = 1; i < argc; i++) {
/* call ddx first, so it can peek/override if it wants */