From 7c9ad19469e89ee0c81066e4dd080bf01d8b54a3 Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Sun, 24 Jan 2010 13:29:46 +0000 Subject: [PATCH] cleanups --- src/sdl-instead/graphics.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/sdl-instead/graphics.c b/src/sdl-instead/graphics.c index 043c4b1..b311349 100644 --- a/src/sdl-instead/graphics.c +++ b/src/sdl-instead/graphics.c @@ -2514,14 +2514,11 @@ void _txt_layout_add(layout_t lay, char *txt) layout_add_xref(layout, xref); // layout->align = align; // layout_debug(layout); -// fnt_draw_layout(layout, 300, 100, gfx_col(255,255,255)); // TTF_SetFontStyle((TTF_Font *)(layout->fn), saved_style); layout->style = saved_style; return; err: txt_layout_free(layout); -// TTF_SetFontStyle((TTF_Font *)(layout->fn), saved_style); -// layout->style = saved_style; return; }