Remove unused data field in RenFont
This commit is contained in:
parent
88bec172a1
commit
461266e97d
|
@ -19,7 +19,6 @@ struct GlyphSet {
|
||||||
typedef struct GlyphSet GlyphSet;
|
typedef struct GlyphSet GlyphSet;
|
||||||
|
|
||||||
struct RenFont {
|
struct RenFont {
|
||||||
void *data;
|
|
||||||
GlyphSet *sets[MAX_GLYPHSET];
|
GlyphSet *sets[MAX_GLYPHSET];
|
||||||
float size;
|
float size;
|
||||||
int height;
|
int height;
|
||||||
|
|
Loading…
Reference in New Issue