From 003c82ce37610a66bc61b9380fda6fd74223473b Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 4 Mar 2012 12:06:29 +0000 Subject: Remove some calls to TXT_FGColor by using the new TXT_SaveColors system instead. Remove the unused "embedded color code" system from TXT_Puts. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2508 --- textscreen/txt_button.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'textscreen/txt_button.c') diff --git a/textscreen/txt_button.c b/textscreen/txt_button.c index 989bd4fc..c8e3fc77 100644 --- a/textscreen/txt_button.c +++ b/textscreen/txt_button.c @@ -46,8 +46,6 @@ static void TXT_ButtonDrawer(TXT_UNCAST_ARG(button)) w = button->widget.w; - TXT_FGColor(TXT_COLOR_BRIGHT_WHITE); - TXT_SetWidgetBG(button); TXT_DrawString(button->label); -- cgit v1.2.3