From 35084eaadf8b37f5c4a325f0d4b01767753ee9c3 Mon Sep 17 00:00:00 2001 From: Dusan Durech Date: Sat, 15 Nov 2008 16:08:21 +0100 Subject: modification coding stile --- src/client/font.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/client/font.c') 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) { -- cgit v1.2.3