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;