summaryrefslogtreecommitdiff
path: root/gtk/gtkiconviewprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-05-04 18:44:39 +0200
committerBenjamin Otte <otte@redhat.com>2012-05-07 00:12:26 +0200
commit63ddb3f2c7ec6fc89670d82808f86f9d807a3380 (patch)
tree8ea61a9143690a91502c1fae9823a25c9dc895ad /gtk/gtkiconviewprivate.h
parentee91e272a8926489f9df3a7c05c36f0eb34c5384 (diff)
downloadgtk+-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.h1
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;