Kill screen_init(). it's been stubbed out for a while now. I don't envision it

coming back in it's current form.

ok okan@.
This commit is contained in:
oga
2008-07-22 19:54:57 +00:00
parent 2f8639d37b
commit 13b640ea29
3 changed files with 0 additions and 11 deletions

View File

@@ -204,10 +204,6 @@ x_setupscreen(struct screen_ctx *sc, u_int which)
font_init(sc);
conf_font(&Conf);
/*
* XXX - this should *really* be in screen_init(). ordering
* problem.
*/
TAILQ_INIT(&sc->mruq);
/* Initialize menu window. */
@@ -228,7 +224,6 @@ x_setupscreen(struct screen_ctx *sc, u_int which)
}
XFree(wins);
screen_init();
screen_updatestackingorder();
rootattr.event_mask = ChildMask|PropertyChangeMask|EnterWindowMask|