diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-12 22:20:11 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-12 22:20:11 +0100 |
| commit | 8c290571c921098b22d8280bfde784e588eeb69d (patch) | |
| tree | 6adc2c506da38446078b09ab968236d3a3ee45c9 /src | |
| parent | 8bb8fe61649ceab5e9b2ba231b767a5a7bbc344c (diff) | |
remove useless field
Diffstat (limited to 'src')
| -rw-r--r-- | src/text.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -38,7 +38,6 @@ enum font_error_e : u8 { struct font_s { FT_Face face; u32 font_size; - u8* source; struct atlas_s atlas; }; |
