From 78def513c710f12d35c1d22e7112d750c2e733d3 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 7 Apr 2025 08:24:06 -0400 Subject: remove tty_init fn --- kernel/include/comus/drivers/tty.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'kernel/include') diff --git a/kernel/include/comus/drivers/tty.h b/kernel/include/comus/drivers/tty.h index c951c3e..4f8a5f1 100644 --- a/kernel/include/comus/drivers/tty.h +++ b/kernel/include/comus/drivers/tty.h @@ -9,11 +9,6 @@ #ifndef TTY_H_ #define TTY_H_ -/** - * Initalize the terminal - */ -void tty_init(void); - /** * Output a character to the terminal */ -- cgit v1.2.3-freya