]> git.sur5r.net Git - i3/i3/commitdiff
remove unused struct Colorpixel
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 20 Mar 2011 15:35:08 +0000 (16:35 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 20 Mar 2011 15:35:08 +0000 (16:35 +0100)
include/data.h

index 58856c3826fcb6707a4a1dfc257303553b64304c..33f1d0d1974cfa48fe59358349ef61435a03f619 100644 (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;