summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2021-12-01 19:10:17 +0100
committerpgen <p.gen.progs@gmail.com>2021-12-01 19:10:17 +0100
commit67a42a56d5de9da6725737879f717923e3dc4401 (patch)
treeddf26d7f14cc7444ee2b3a4d1da9877bfae6d64f /smenu.h
parent3030cbb950e3a726be0fcce667623dcc2b0b648c (diff)
Remove unused prototypes
Diffstat (limited to 'smenu.h')
-rw-r--r--smenu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/smenu.h b/smenu.h
index 74b6dfd..88d5367 100644
--- a/smenu.h
+++ b/smenu.h
@@ -585,9 +585,6 @@ parse_attr(char * str, attrib_t * attr, short max_color);
void
apply_attr(term_t * term, attrib_t attr);
-int
-delims_cmp(const void * a, const void * b);
-
long
get_line_last_word(long line, long last_line);