X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flogin%2Flogind-seat.h;fp=src%2Flogin%2Flogind-seat.h;h=fe13aabfc5ab965b4cf737e12f280c95be7cb0c1;hb=059696ac014da265ee2d1b062cd0dc7bee3d2001;hp=248dbeb9d7d94957b4e32907bf8a13ded68d71cc;hpb=db74dfab5842da3f83d3bb9e2fa3bf8736939ecf;p=elogind.git 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);