From 6d01d37b039835eade0a5f16962ce7203d2b2fbc Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 23 Oct 2011 22:03:20 +0100 Subject: [PATCH] remove unused cached_fonts TAILQ --- src/xcb.c | 1 - 1 file changed, 1 deletion(-) 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; /* -- 2.39.5