]> git.sur5r.net Git - i3/i3/commitdiff
remove unused cached_fonts TAILQ
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 23 Oct 2011 21:03:20 +0000 (22:03 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 23 Oct 2011 21:03:20 +0000 (22:03 +0100)
src/xcb.c

index 2b9ad7bf63c1e73e4e1324109c48ffe76efd5ac8..741760f8f8c6faa9aaa9d97e7a01b5ac52157867 100644 (file)
--- a/src/xcb.c
+++ b/src/xcb.c
@@ -9,7 +9,6 @@
  */
 #include "all.h"
 
-TAILQ_HEAD(cached_fonts_head, Font) cached_fonts = TAILQ_HEAD_INITIALIZER(cached_fonts);
 unsigned int xcb_numlock_mask;
 
 /*