From 2a951a0d9b213c5c484d2664b09f2776b8960c83 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 4 Mar 2008 21:20:52 -0500 Subject: [PATCH] remove a todo comment that is done --- screen.c | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.34.1