aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/seat.h1
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;
};