coco3: devtty: This definition moved to devtty.h.
authorBrett Gordon <beretta42@gmail.com>
Wed, 7 Oct 2015 14:55:51 +0000 (10:55 -0400)
committerBrett Gordon <beretta42@gmail.com>
Wed, 7 Oct 2015 14:55:51 +0000 (10:55 -0400)
Kernel/platform-coco3/devtty.c

index 05b470d..ead98f7 100644 (file)
@@ -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;