terminal: Remove unused prototypes

This commit is contained in:
Kenny Levinsen 2020-08-03 00:56:38 +02:00
parent 6d031426aa
commit 9d2e63d090

View file

@ -6,8 +6,6 @@
int terminal_open(int vt); int terminal_open(int vt);
int terminal_set_process_switching(int fd, bool enable); 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_current_vt(int fd);
int terminal_switch_vt(int fd, int vt); int terminal_switch_vt(int fd, int vt);
int terminal_ack_switch(int fd); int terminal_ack_switch(int fd);