diff options
Diffstat (limited to 'sys/include/dev/vcons')
-rw-r--r-- | sys/include/dev/vcons/vcons.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/include/dev/vcons/vcons.h b/sys/include/dev/vcons/vcons.h index 801075a..492940f 100644 --- a/sys/include/dev/vcons/vcons.h +++ b/sys/include/dev/vcons/vcons.h @@ -60,7 +60,6 @@ struct vcons_screen { struct fbdev fbdev; struct vcons_cursor cursor; - struct termios termios; }; #define is_cursor_drawing(screenptr) (screenptr)->cursor.is_drawing |