aboutsummaryrefslogtreecommitdiffstats
path: root/sxiv.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2017-12-07 14:19:35 +0100
committerBert Münnich <ber.t@posteo.de>2017-12-07 14:19:35 +0100
commit69b2d3cafdb580a5123747191c4fe92fccc47ced (patch)
treef991e3c6eebdd420996bf877e1a44d6d242ed760 /sxiv.h
parent30e235662251d24e855ef12eaf9a5a338fbe5d65 (diff)
downloadnsxiv-69b2d3cafdb580a5123747191c4fe92fccc47ced.tar.zst
win_textwidth is no longer needed outside window.c
Diffstat (limited to 'sxiv.h')
-rw-r--r--sxiv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sxiv.h b/sxiv.h
index b95d7ff..29bdb2b 100644
--- a/sxiv.h
+++ b/sxiv.h
@@ -442,7 +442,6 @@ void win_toggle_bar(win_t*);
void win_clear(win_t*);
void win_draw(win_t*);
void win_draw_rect(win_t*, int, int, int, int, bool, int, unsigned long);
-int win_textwidth(const win_env_t*, const char*, unsigned int, bool, XftFont*);
void win_set_title(win_t*, const char*);
void win_set_cursor(win_t*, cursor_t);
void win_cursor_pos(win_t*, int*, int*);