diff options
-rw-r--r-- | src/login/multi-seat-x.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/login/multi-seat-x.c b/src/login/multi-seat-x.c index 59f70882d4..370b12fcf4 100644 --- a/src/login/multi-seat-x.c +++ b/src/login/multi-seat-x.c @@ -132,11 +132,6 @@ int main(int argc, char *argv[]) { } fprintf(f, - "Section \"Device\"\n" - " Identifier \"udev\"\n" - " Driver \"fbdev\"\n" - " Option \"fbdev\" \"%s\"\n" - "EndSection\n" "Section \"ServerFlags\"\n" " Option \"AutoAddDevices\" \"True\"\n" " Option \"AllowEmptyInput\" \"True\"\n" @@ -145,8 +140,7 @@ int main(int argc, char *argv[]) { "Section \"InputClass\"\n" " Identifier \"Force Input Devices to Seat\"\n" " Option \"GrabDevice\" \"True\"\n" - "EndSection\n", - device_node); + "EndSection\n"); fflush(f); |