diff options
Diffstat (limited to 'modules/engines/pixbuf/pixbuf.h')
-rw-r--r-- | modules/engines/pixbuf/pixbuf.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/engines/pixbuf/pixbuf.h b/modules/engines/pixbuf/pixbuf.h index b6e92030f4..9296a7def0 100644 --- a/modules/engines/pixbuf/pixbuf.h +++ b/modules/engines/pixbuf/pixbuf.h @@ -119,12 +119,6 @@ typedef enum { THEME_MATCH_ARROW_DIRECTION = 1 << 4 } ThemeMatchFlags; -struct _ThemeData -{ - guint refcount; - GList *img_list; -}; - struct _ThemePixbuf { gchar *filename; |