remove a todo comment that is done
authorDana Jansens <danakj@orodu.net>
Wed, 5 Mar 2008 02:20:52 +0000 (21:20 -0500)
committerDana Jansens <danakj@orodu.net>
Wed, 5 Mar 2008 02:20:52 +0000 (21:20 -0500)
screen.c

index 2323f8bbdb0e0bad24388ce5737b4da332d3b436..5a588d35d6826ea76f28ae39d90abfb8c9d4fab2 100644 (file)
--- 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);