diff options
author | Kenny Levinsen <kl@kl.wtf> | 2020-08-03 00:56:38 +0200 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2020-08-03 00:56:38 +0200 |
commit | 9d2e63d090db961b8a9565db107edc33b6813815 (patch) | |
tree | a41da1386497589ce6d2708c0f3b02c8758658b3 | |
parent | 6d031426aad4bb58b84a8dd55df3d2e1559f934b (diff) |
terminal: Remove unused prototypes
-rw-r--r-- | include/terminal.h | 2 |
1 files changed, 0 insertions, 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); |