chiark / gitweb /
Prep v228: Substitute declaration masks (4/4)
[elogind.git] / src / login / logind-seat.h
index fe13aabfc5ab965b4cf737e12f280c95be7cb0c1..3e628cb7832e1878b408b5762f8d42d6c264699f 100644 (file)
@@ -60,7 +60,10 @@ 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);
-// UNNEEDED int seat_preallocate_vts(Seat *s);
+/// UNNEEDED by elogind
+#if 0
+int seat_preallocate_vts(Seat *s);
+#endif // 0
 
 int seat_attach_session(Seat *s, Session *session);
 void seat_complete_switch(Seat *s);