Skip to content

Commit

Permalink
chardev/chardev-internal: remove unused max_size struct member
Browse files Browse the repository at this point in the history
Clean up forgotten leftovers.

Signed-off-by: Roman Penyaev <[email protected]>
Cc: "Marc-André Lureau" <[email protected]>
Cc: [email protected]
Reviewed-by: Marc-André Lureau <[email protected]>
Message-ID: <[email protected]>
  • Loading branch information
rouming authored and elmarco committed Oct 15, 2024
1 parent df12798 commit 58e5a3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chardev/chardev-internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ struct MuxChardev {
int focus;
int mux_cnt;
int term_got_escape;
int max_size;
/* Intermediate input buffer catches escape sequences even if the
currently active device is not accepting any input - but only until it
is full as well. */
Expand Down

0 comments on commit 58e5a3a

Please sign in to comment.