From 69b2d3cafdb580a5123747191c4fe92fccc47ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Thu, 7 Dec 2017 14:19:35 +0100 Subject: win_textwidth is no longer needed outside window.c --- sxiv.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sxiv.h') 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*); -- cgit v1.2.3