summaryrefslogtreecommitdiff
path: root/textscreen/txt_dropdown.c
diff options
context:
space:
mode:
authorSimon Howard2012-03-04 12:06:29 +0000
committerSimon Howard2012-03-04 12:06:29 +0000
commit003c82ce37610a66bc61b9380fda6fd74223473b (patch)
tree6e6a6bbc0f767ff938e2667d9a8b79d27fb2b87b /textscreen/txt_dropdown.c
parent9ffd1cc4d4bbd2b2799cbd0bf927fc4f30aed63e (diff)
downloadchocolate-doom-003c82ce37610a66bc61b9380fda6fd74223473b.tar.gz
chocolate-doom-003c82ce37610a66bc61b9380fda6fd74223473b.tar.bz2
chocolate-doom-003c82ce37610a66bc61b9380fda6fd74223473b.zip
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
Diffstat (limited to 'textscreen/txt_dropdown.c')
-rw-r--r--textscreen/txt_dropdown.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/textscreen/txt_dropdown.c b/textscreen/txt_dropdown.c
index 0856fb4e..d88716b5 100644
--- a/textscreen/txt_dropdown.c
+++ b/textscreen/txt_dropdown.c
@@ -215,7 +215,6 @@ static void TXT_DropdownListDrawer(TXT_UNCAST_ARG(list))
// Set bg/fg text colors.
TXT_SetWidgetBG(list);
- TXT_FGColor(TXT_COLOR_BRIGHT_WHITE);
// Select a string to draw from the list, if the current value is
// in range. Otherwise fall back to a default.