diff options
author | Benjamin Otte <otte@redhat.com> | 2012-05-04 18:44:39 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-05-07 00:12:26 +0200 |
commit | 63ddb3f2c7ec6fc89670d82808f86f9d807a3380 (patch) | |
tree | 8ea61a9143690a91502c1fae9823a25c9dc895ad /gtk/gtkiconviewprivate.h | |
parent | ee91e272a8926489f9df3a7c05c36f0eb34c5384 (diff) | |
download | gtk+-63ddb3f2c7ec6fc89670d82808f86f9d807a3380.tar.gz |
iconview: Don't cache iters
This is a huge quest to remove all caching from GtkIconview to simplify
the code. As it turns out, iconview performance is a joke, so the caches
are kinda unnecessary.
If we need caching, we can add it in a useful way later.
Diffstat (limited to 'gtk/gtkiconviewprivate.h')
-rw-r--r-- | gtk/gtkiconviewprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkiconviewprivate.h b/gtk/gtkiconviewprivate.h index 81ffd991db..b510037d52 100644 --- a/gtk/gtkiconviewprivate.h +++ b/gtk/gtkiconviewprivate.h @@ -25,7 +25,6 @@ struct _GtkIconViewItem { GdkRectangle cell_area; - GtkTreeIter iter; gint index; gint row, col; |