diff options
author | Timm Bäder <mail@baedert.org> | 2018-03-07 14:02:19 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2018-03-07 20:17:39 +0100 |
commit | 034017425c6e4ad4d3c038fbaafbd2759d544476 (patch) | |
tree | b7caebb90c2f145a108d58164fa31e6294234d00 /gtk/gtklinkbutton.h | |
parent | 4dfe4a6476d08b90e51dd7bbb0c02fe4d5d8c392 (diff) | |
download | gtk+-034017425c6e4ad4d3c038fbaafbd2759d544476.tar.gz |
linkbutton: Remove priv pointer
Diffstat (limited to 'gtk/gtklinkbutton.h')
-rw-r--r-- | gtk/gtklinkbutton.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtklinkbutton.h b/gtk/gtklinkbutton.h index be3d83d759..de3b3997cb 100644 --- a/gtk/gtklinkbutton.h +++ b/gtk/gtklinkbutton.h @@ -53,8 +53,6 @@ struct _GtkLinkButton { /*< private >*/ GtkButton parent_instance; - - GtkLinkButtonPrivate *priv; }; /** |