diff options
Diffstat (limited to 'src/client/font.c')
| -rw-r--r-- | src/client/font.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/font.c b/src/client/font.c index 3473a1d..52963b6 100644 --- a/src/client/font.c +++ b/src/client/font.c @@ -74,10 +74,8 @@ void drawFontMaxSize(char *s, int x, int y, int w, int h, int r, int g, int b) assert(s != NULL); - text = TTF_RenderUTF8_Blended(g_font, s, font_color); - my_w = text->w; if (my_w > w) { |