aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/termios.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/win32/termios.c b/win32/termios.c
index 13adcd522..36c4ea526 100644
--- a/win32/termios.c
+++ b/win32/termios.c
@@ -33,11 +33,6 @@ NTSTATUS NTAPI NtQueryObject (HANDLE, OBJECT_INFORMATION_CLASS, VOID *, ULONG, U
33 33
34/* Cygwin's shared_info */ 34/* Cygwin's shared_info */
35 35
36struct winsize {
37 unsigned short ws_row, ws_col;
38 unsigned short ws_xpixel, ws_ypixel;
39};
40
41struct tty_min { 36struct tty_min {
42 pid_t sid; /* Session ID of tty */ 37 pid_t sid; /* Session ID of tty */
43 struct status_flags { 38 struct status_flags {