overlapping code

This commit is contained in:
Connor Lane Smith
2010-06-23 12:42:08 +01:00
parent 08b264393d
commit bba30e2686
3 changed files with 0 additions and 13 deletions

1
draw.c
View File

@ -47,7 +47,6 @@ dcsetup(void) {
dc.norm[ColFG] = getcolor(normfgcolor);
dc.sel[ColBG] = getcolor(selbgcolor);
dc.sel[ColFG] = getcolor(selfgcolor);
initfont(font);
/* pixmap */
dc.drawable = XCreatePixmap(dpy, parent, mw, mh, DefaultDepth(dpy, screen));