diff options
Diffstat (limited to 'include/seat.h')
-rw-r--r-- | include/seat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/seat.h b/include/seat.h index fa5873c..cc243b6 100644 --- a/include/seat.h +++ b/include/seat.h @@ -33,7 +33,6 @@ struct seat { struct client *next_client; bool vt_bound; - int cur_ttyfd; int cur_vt; int session_cnt; }; |