From 9d2e63d090db961b8a9565db107edc33b6813815 Mon Sep 17 00:00:00 2001 From: Kenny Levinsen Date: Mon, 3 Aug 2020 00:56:38 +0200 Subject: terminal: Remove unused prototypes --- include/terminal.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/terminal.h b/include/terminal.h index 208d6b2..1215d8b 100644 --- a/include/terminal.h +++ b/include/terminal.h @@ -6,8 +6,6 @@ int terminal_open(int vt); int terminal_set_process_switching(int fd, bool enable); -int terminal_setup(int vt); -int terminal_teardown(int vt); int terminal_current_vt(int fd); int terminal_switch_vt(int fd, int vt); int terminal_ack_switch(int fd); -- cgit v1.2.3