session: drop unused wlr_session.vtnr

This commit is contained in:
Kirill Primak 2025-01-11 22:42:18 +03:00
parent 62ecec6d53
commit 4a67628cb0

View file

@ -43,11 +43,6 @@ struct wlr_session {
*/
bool active;
/*
* 0 if virtual terminals are not supported
* i.e. seat != "seat0"
*/
unsigned vtnr;
char seat[256];
struct udev *udev;