aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorAnselm R.Garbe <arg@10ksloc.org>2006-08-10 10:27:08 +0200
committerAnselm R.Garbe <arg@10ksloc.org>2006-08-10 10:27:08 +0200
commit30561a0161629b15abe1beeb97eec3fc0768efaf (patch)
treefb9aacdc7d549f044650da4c4ff820815f617b3e /main.c
parenta4c4998c8bb00faa6ec877e5643a05d0b2341346 (diff)
downloaddwm-30561a0161629b15abe1beeb97eec3fc0768efaf.tar.zst
removed unnecessary border color
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 5efe599..534402c 100644
--- a/main.c
+++ b/main.c
@@ -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;