aboutsummaryrefslogtreecommitdiff
path: root/host/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/font.h')
-rw-r--r--host/font.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/font.h b/host/font.h
index ad7f851..6a6f302 100644
--- a/host/font.h
+++ b/host/font.h
@@ -29,7 +29,6 @@ glyphtable_t *read_bdf(FILE *f);
void free_glyphtable(glyphtable_t *glyph_table);
-// Requires buf to point to a buffer at least of size glyph->width*glyph->height.
void render_glyph(glyph_t *g, color_t *buf, unsigned int bufwidth, int offx, unsigned int offy, color_t fg, color_t bg);
#endif//__FONT_H__