summaryrefslogtreecommitdiff
path: root/gtk/gtktreeprivate.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-08-22 22:27:41 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-08-22 22:27:41 +0000
commit953d4b248ef680efdc654e188d57c50ce0477abd (patch)
tree1fc44cb57b16f4639bbec4431d8beb4301a8464f /gtk/gtktreeprivate.h
parente7ac9a34309b7973656a8653762251bfea6fde7a (diff)
downloadgdk-pixbuf-953d4b248ef680efdc654e188d57c50ce0477abd.tar.gz
Fix selection. I think it's all dandy now. We check the current event for
Wed Aug 22 18:25:46 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeview.c: Fix selection. I think it's all dandy now. We check the current event for modifiers rather than try to trap all presses.
Diffstat (limited to 'gtk/gtktreeprivate.h')
-rw-r--r--gtk/gtktreeprivate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtktreeprivate.h b/gtk/gtktreeprivate.h
index 60aee31fd..d5cb1bc3d 100644
--- a/gtk/gtktreeprivate.h
+++ b/gtk/gtktreeprivate.h
@@ -172,9 +172,6 @@ struct _GtkTreeViewPrivate
/* hint to display rows in alternating colors */
guint has_rules : 1;
- guint in_extended_selection : 1;
- guint in_free_motion : 1;
-
/* interactive search */
guint enable_search : 1;
gint search_column;