mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
(CoreText) remove unused variable
This commit is contained in:
parent
0ac6fee02a
commit
5f5000a1bd
@ -47,7 +47,6 @@ static const struct font_atlas *font_renderer_ct_get_atlas(void *data)
|
||||
|
||||
static const struct font_glyph *font_renderer_ct_get_glyph(void *data, uint32_t code)
|
||||
{
|
||||
struct font_glyph *result = NULL;
|
||||
font_renderer_t *handle = (font_renderer_t*)data;
|
||||
|
||||
if (!handle)
|
||||
|
Loading…
x
Reference in New Issue
Block a user