win_textwidth is no longer needed outside window.c
This commit is contained in:
1
sxiv.h
1
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*);
|
||||
|
Reference in New Issue
Block a user