From 4a67628cb03e0999385eb3f98b65879a449790b8 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Sat, 11 Jan 2025 22:42:18 +0300 Subject: [PATCH] session: drop unused wlr_session.vtnr --- include/wlr/backend/session.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/wlr/backend/session.h b/include/wlr/backend/session.h index bd218ce8b..a1ff0c317 100644 --- a/include/wlr/backend/session.h +++ b/include/wlr/backend/session.h @@ -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;