Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
iizukanao committed Sep 4, 2016
1 parent 1463224 commit 30faba5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion text.c
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,6 @@ int text_get_bounds(int text_id, const char *text, size_t text_len, text_bounds
int top = - max_y;
int bottom = - max_y + bbox_h;

hb_buffer_clear_contents(buf);
hb_buffer_destroy(buf);
hb_font_destroy(hb_ft_font);

Expand Down

0 comments on commit 30faba5

Please sign in to comment.