From 5e42863c7d84379f8eef1489210daf94576b4ad3 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 20 Mar 2011 16:35:08 +0100 Subject: [PATCH] remove unused struct Colorpixel --- include/data.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/include/data.h b/include/data.h index 58856c38..33f1d0d1 100644 --- a/include/data.h +++ b/include/data.h @@ -113,16 +113,6 @@ struct deco_render_params { xcb_font_t font; }; -/** - * Used for the cache of colorpixels. - * - */ -struct Colorpixel { - uint32_t pixel; - char *hex; - SLIST_ENTRY(Colorpixel) colorpixels; -}; - struct Ignore_Event { int sequence; time_t added; -- 2.39.5