Commit c4a8b570 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Freetype: no need to expose FreeLine through headers

parent 41f83272
...@@ -44,7 +44,6 @@ struct line_desc_t ...@@ -44,7 +44,6 @@ struct line_desc_t
FT_BBox bbox; FT_BBox bbox;
}; };
void FreeLine( line_desc_t *p_line );
void FreeLines( line_desc_t *p_lines ); void FreeLines( line_desc_t *p_lines );
line_desc_t *NewLine( int i_count ); line_desc_t *NewLine( int i_count );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment