summaryrefslogtreecommitdiff
path: root/framebuffer/convert_font.c
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/convert_font.c')
-rw-r--r--framebuffer/convert_font.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/framebuffer/convert_font.c b/framebuffer/convert_font.c
index eb8f3cb03..010af857a 100644
--- a/framebuffer/convert_font.c
+++ b/framebuffer/convert_font.c
@@ -206,14 +206,7 @@ static glyph_entry * glyph_add_to_table(glyph_entry *new)
/**
- * Add new glyph to hash table (or free, and return pointer to existing glyph)
- *
- * Note that if new glyph already exists in table, it is freed and a pointer to
- * the existing glyph is returned. If the glyph does not exist in the table
- * it is added and its pointer is returned.
- *
- * \param new New glyph to add (may be freed)
- * \return pointer to glyph in hash table
+ * Free glyph table.
*/
static void free_table(void)
{