remove unused struct Colorpixel

This commit is contained in:
Michael Stapelberg 2011-03-20 16:35:08 +01:00
parent c130cefa93
commit 5e42863c7d
1 changed files with 0 additions and 10 deletions

View File

@ -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;