win_textwidth is no longer needed outside window.c

This commit is contained in:
Bert Münnich
2017-12-07 14:19:35 +01:00
parent 30e2356622
commit 69b2d3cafd
2 changed files with 8 additions and 12 deletions

1
sxiv.h
View File

@ -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*);