From: Michael Stapelberg Date: Sun, 20 Mar 2011 15:35:08 +0000 (+0100) Subject: remove unused struct Colorpixel X-Git-Tag: tree-pr3~97 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5e42863c7d84379f8eef1489210daf94576b4ad3;p=i3%2Fi3 remove unused struct Colorpixel --- 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;