mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-20 04:30:04 +01:00
session: drop unused wlr_session.vtnr
This commit is contained in:
parent
62ecec6d53
commit
4a67628cb0
1 changed files with 0 additions and 5 deletions
|
|
@ -43,11 +43,6 @@ struct wlr_session {
|
||||||
*/
|
*/
|
||||||
bool active;
|
bool active;
|
||||||
|
|
||||||
/*
|
|
||||||
* 0 if virtual terminals are not supported
|
|
||||||
* i.e. seat != "seat0"
|
|
||||||
*/
|
|
||||||
unsigned vtnr;
|
|
||||||
char seat[256];
|
char seat[256];
|
||||||
|
|
||||||
struct udev *udev;
|
struct udev *udev;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue