From b5f86cf269302d9577860f9b38f3ad6dc5d76d08 Mon Sep 17 00:00:00 2001 From: avolkov Date: Wed, 24 May 2006 01:49:40 +0000 Subject: [PATCH] Unneeded c&p'd vars removed git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2373 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/graphics/widgets.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sc2/src/sc2code/libs/graphics/widgets.c b/sc2/src/sc2code/libs/graphics/widgets.c index eb68afbf1..093c12719 100644 --- a/sc2/src/sc2code/libs/graphics/widgets.c +++ b/sc2/src/sc2code/libs/graphics/widgets.c @@ -349,7 +349,6 @@ Widget_DrawTextEntry (WIDGET *_self, int x, int y) FONT oldfont = SetContextFont (StarConFont); FRAME oldFontEffect = SetContextFontEffect (NULL); TEXT t; - int i, home_x, home_y; default_color = WIDGET_INACTIVE_SELECTED_COLOR; selected = WIDGET_ACTIVE_COLOR;