From: Michael Stapelberg Date: Sun, 23 Oct 2011 21:03:20 +0000 (+0100) Subject: remove unused cached_fonts TAILQ X-Git-Tag: 4.1~53 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6d01d37b039835eade0a5f16962ce7203d2b2fbc;p=i3%2Fi3 remove unused cached_fonts TAILQ --- diff --git a/src/xcb.c b/src/xcb.c index 2b9ad7bf..741760f8 100644 --- 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; /*