aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2021-03-05 11:36:09 +0100
committerUli Schlachter <psychon@znc.in>2021-03-05 11:36:09 +0100
commit8d645d0de6f02de4bf0dac701892f7bd6d87e5f1 (patch)
tree9f9de7d1b316d6fe8cb2e137a1e30439bf9b9f81 /include
parent7da136dca494073a5de9a38df9eb1ee220cf6006 (diff)
downloadi3-8d645d0de6f02de4bf0dac701892f7bd6d87e5f1.tar.gz
i3-8d645d0de6f02de4bf0dac701892f7bd6d87e5f1.zip
Remove draw_text_ascii()
This function is unused since commit fa488d721dfd1e1 from 2017. Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'include')
-rw-r--r--include/libi3.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/libi3.h b/include/libi3.h
index e693c3ad..7945134c 100644
--- a/include/libi3.h
+++ b/include/libi3.h
@@ -452,13 +452,6 @@ 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.
*