X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flogin%2Flogind-seat.h;h=fe13aabfc5ab965b4cf737e12f280c95be7cb0c1;hp=248dbeb9d7d94957b4e32907bf8a13ded68d71cc;hb=39d8e47296d2465666c42bd163155881128a8fa8;hpb=81295bb5aced5d5350db11b0e9bb284e22d2ac37 diff --git a/src/login/logind-seat.h b/src/login/logind-seat.h index 248dbeb9d..fe13aabfc 100644 --- a/src/login/logind-seat.h +++ b/src/login/logind-seat.h @@ -60,7 +60,7 @@ int seat_switch_to_next(Seat *s); int seat_switch_to_previous(Seat *s); int seat_active_vt_changed(Seat *s, unsigned int vtnr); int seat_read_active_vt(Seat *s); -int seat_preallocate_vts(Seat *s); +// UNNEEDED int seat_preallocate_vts(Seat *s); int seat_attach_session(Seat *s, Session *session); void seat_complete_switch(Seat *s);