From: Dana Jansens Date: Wed, 5 Mar 2008 02:20:52 +0000 (-0500) Subject: remove a todo comment that is done X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=2a951a0d9b213c5c484d2664b09f2776b8960c83;p=dana%2Fdcompmgr.git remove a todo comment that is done --- diff --git a/screen.c b/screen.c index 2323f8b..5a588d3 100644 --- a/screen.c +++ b/screen.c @@ -186,8 +186,6 @@ screen_add_window(d_screen_t *sc, xcb_window_t wid) { d_window_t *w; - /* XXX xgetwindowattributes - size and tings */ - w = window_new(wid, sc); g_hash_table_insert(sc->winhash, &w->id, w);