summaryrefslogtreecommitdiff
path: root/daemon/gdm-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/gdm-server.c')
-rw-r--r--daemon/gdm-server.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/daemon/gdm-server.c b/daemon/gdm-server.c
index ccb26a34..bacc0800 100644
--- a/daemon/gdm-server.c
+++ b/daemon/gdm-server.c
@@ -808,15 +808,6 @@ gdm_server_start (GdmServer *server)
/* Hardcode the VT for the initial X server, but nothing else */
if (server->priv->is_initial) {
vtarg = "vt" GDM_INITIAL_VT;
-
-#ifdef WITH_SYSTEMD
- /* undo the hardcoding if we are an auxillary seat */
- if (LOGIND_RUNNING()) {
- if (strcmp (server->priv->display_seat_id, "seat0") != 0) {
- vtarg = NULL;
- }
- }
-#endif
}
/* fork X server process */