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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user