removed unnecessary border color

This commit is contained in:
Anselm R.Garbe
2006-08-10 10:27:08 +02:00
parent a4c4998c8b
commit 30561a0161
5 changed files with 0 additions and 25 deletions

1
main.c
View File

@ -217,7 +217,6 @@ main(int argc, char *argv[])
/* style */
dc.bg = getcolor(BGCOLOR);
dc.fg = getcolor(FGCOLOR);
dc.border = getcolor(BORDERCOLOR);
setfont(FONT);
sx = sy = 0;