Remove unused data field in RenFont

This commit is contained in:
Francesco Abbate 2021-03-16 11:04:57 +01:00
parent 88bec172a1
commit 461266e97d
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ struct GlyphSet {
typedef struct GlyphSet GlyphSet;
struct RenFont {
void *data;
GlyphSet *sets[MAX_GLYPHSET];
float size;
int height;