aboutsummaryrefslogtreecommitdiffstats
path: root/src/pty-unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pty-unix.h')
-rw-r--r--src/pty-unix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pty-unix.h b/src/pty-unix.h
index 553be12..8894072 100644
--- a/src/pty-unix.h
+++ b/src/pty-unix.h
@@ -11,8 +11,6 @@ struct runes_pty {
char readbuf[RUNES_READ_BUFFER_LENGTH];
int readlen;
int remaininglen;
-
- int scheduled_flush: 1;
};
RunesPty *runes_pty_new(void);