From e19dd4ed1fc89af363228dd7830b66e3b7c42cd9 Mon Sep 17 00:00:00 2001 From: "p.kosyh@gmail.com" Date: Fri, 22 Apr 2011 18:55:59 +0000 Subject: [PATCH] cleanup --- src/sdl-instead/graphics.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sdl-instead/graphics.c b/src/sdl-instead/graphics.c index a266047..8535ffd 100644 --- a/src/sdl-instead/graphics.c +++ b/src/sdl-instead/graphics.c @@ -1647,10 +1647,8 @@ int word_geom(word_t v, int *x, int *y, int *w, int *h) int xx, yy, ww, hh; struct line *line; struct word *word = (struct word*)v; - img_t img; if (!word || !word->line) return -1; - img = word->img; line = word->line; xx = word->x + line->x; ww = word->w;