Remove draw_text_ascii()
This function is unused since commit fa488d721d
from 2017.
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
@ -451,13 +451,6 @@ bool font_is_pango(void);
|
||||
void draw_text(i3String *text, xcb_drawable_t drawable, xcb_gcontext_t gc,
|
||||
xcb_visualtype_t *visual, int x, int y, int max_width);
|
||||
|
||||
/**
|
||||
* ASCII version of draw_text to print static strings.
|
||||
*
|
||||
*/
|
||||
void draw_text_ascii(const char *text, xcb_drawable_t drawable,
|
||||
xcb_gcontext_t gc, int x, int y, int max_width);
|
||||
|
||||
/**
|
||||
* Predict the text width in pixels for the given text. Text must be
|
||||
* specified as an i3String.
|
||||
|
Reference in New Issue
Block a user