Unneeded c&p'd vars removed

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2373 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2006-05-24 01:49:40 +00:00
parent 54900321d7
commit b5f86cf269
-1
View File
@@ -349,7 +349,6 @@ Widget_DrawTextEntry (WIDGET *_self, int x, int y)
FONT oldfont = SetContextFont (StarConFont); FONT oldfont = SetContextFont (StarConFont);
FRAME oldFontEffect = SetContextFontEffect (NULL); FRAME oldFontEffect = SetContextFontEffect (NULL);
TEXT t; TEXT t;
int i, home_x, home_y;
default_color = WIDGET_INACTIVE_SELECTED_COLOR; default_color = WIDGET_INACTIVE_SELECTED_COLOR;
selected = WIDGET_ACTIVE_COLOR; selected = WIDGET_ACTIVE_COLOR;