diff options
author | Timm Bäder <mail@baedert.org> | 2016-10-12 22:06:44 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-18 00:29:18 +0200 |
commit | 7e16396cc52008ffeba91648d08a43e20926aec5 (patch) | |
tree | 461166ecdee2ee0afba26ca560cbdff52ce81773 /gtk/gtkbuttonprivate.h | |
parent | 05211d200fad4963704f98b42ee6b6b5838ced46 (diff) | |
download | gtk+-7e16396cc52008ffeba91648d08a43e20926aec5.tar.gz |
button: Stop implementing GtkActivatable
Diffstat (limited to 'gtk/gtkbuttonprivate.h')
-rw-r--r-- | gtk/gtkbuttonprivate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkbuttonprivate.h b/gtk/gtkbuttonprivate.h index a93fe184e0..1792d98859 100644 --- a/gtk/gtkbuttonprivate.h +++ b/gtk/gtkbuttonprivate.h @@ -21,7 +21,6 @@ #include "gtkactionhelper.h" #include "gtkgesturesingle.h" -#include "deprecated/gtkaction.h" #include "gtkcssgadgetprivate.h" G_BEGIN_DECLS @@ -29,7 +28,6 @@ G_BEGIN_DECLS struct _GtkButtonPrivate { - GtkAction *action; GtkWidget *image; GtkActionHelper *action_helper; GtkCssGadget *gadget; |