From bd95726fa01b13a28f0dcfe8a3d6d767d77037a7 Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Wed, 7 Oct 2015 10:55:51 -0400 Subject: [PATCH] coco3: devtty: This definition moved to devtty.h. --- Kernel/platform-coco3/devtty.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Kernel/platform-coco3/devtty.c b/Kernel/platform-coco3/devtty.c index 05b470d5..ead98f7f 100644 --- a/Kernel/platform-coco3/devtty.c +++ b/Kernel/platform-coco3/devtty.c @@ -48,18 +48,6 @@ struct s_queue ttyinq[NUM_DEV_TTY + 1] = { -//static struct pty { -// unsigned char *base; /* base of buffer in cpu space */ -// unsigned char *cpos; /* current location of cursor */ -// unsigned char csave; /* charactor that is under the cursor */ -// struct vt_switch vt; /* the vt.o module's state */ -// unsigned int scrloc; /* location to put into gimme */ -// unsigned char gime; /* video register settings of this tty */ -// unsigned char width; /* text width of screen */ -// unsigned char height; /* text height */ -// unsigned char right; /* right most coord */ -// unsigned char bottom; /* bottom most coord */ -//}; struct mode_s{ uint8_t gime; -- 2.34.1