diff options
author | Benjamin Otte <otte@redhat.com> | 2014-08-14 15:44:35 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2014-08-16 16:34:14 +0200 |
commit | b675a13233c890a188d99b6f1b66b428a7078f6a (patch) | |
tree | 4e6d176a6f82e8416d545abc2c3327019bf545fb /gtk/gtkbuttonprivate.h | |
parent | 1abe9237408e9ae65db91cc0b9593207d548adf6 (diff) | |
download | gtk+-b675a13233c890a188d99b6f1b66b428a7078f6a.tar.gz |
button: Remove depressed_on_activate
All buttons should always be marked as :active when they are pressed.
That includes checkboxes (which are never activated in real code anyway,
so this change pretty much doesn't matter).
Diffstat (limited to 'gtk/gtkbuttonprivate.h')
-rw-r--r-- | gtk/gtkbuttonprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkbuttonprivate.h b/gtk/gtkbuttonprivate.h index f7177852a3..423088fab1 100644 --- a/gtk/gtkbuttonprivate.h +++ b/gtk/gtkbuttonprivate.h @@ -53,7 +53,6 @@ struct _GtkButtonPrivate guint align_set : 1; guint button_down : 1; guint constructed : 1; - guint depress_on_activate : 1; guint focus_on_click : 1; guint image_is_stock : 1; guint in_button : 1; |