X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flogin%2Flogind-seat.c;h=ae42811dea4d12dcc3242fb5361cab4e09525424;hp=4b99c1869afec0ba67e92d9d1ea4d48fa791c48e;hb=23c9553e70641ba69d1c388d3d2cc48e4c4eed6f;hpb=54a8753f304bec05fe1a2007227ec8af11acf68b diff --git a/src/login/logind-seat.c b/src/login/logind-seat.c index 4b99c1869..ae42811de 100644 --- a/src/login/logind-seat.c +++ b/src/login/logind-seat.c @@ -1,5 +1,3 @@ -/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ - /*** This file is part of systemd. @@ -370,7 +368,6 @@ int seat_active_vt_changed(Seat *s, unsigned int vtnr) { } r = seat_set_active(s, new_active); - #if 0 /// elogind does not spawn autovt manager_spawn_autovt(s->manager, vtnr); #endif // 0