From a7d8127d5907b9ac4b9533ce8a6b3db118bf72bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Mon, 18 Jun 2018 13:11:06 +0200 Subject: fontbutton: Remove priv pointer --- gtk/gtkfontbutton.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'gtk/gtkfontbutton.h') diff --git a/gtk/gtkfontbutton.h b/gtk/gtkfontbutton.h index eb9ebcc539..a05653c030 100644 --- a/gtk/gtkfontbutton.h +++ b/gtk/gtkfontbutton.h @@ -47,16 +47,14 @@ G_BEGIN_DECLS typedef struct _GtkFontButton GtkFontButton; typedef struct _GtkFontButtonClass GtkFontButtonClass; -typedef struct _GtkFontButtonPrivate GtkFontButtonPrivate; -struct _GtkFontButton { +struct _GtkFontButton +{ GtkWidget parent_instance; - - /*< private >*/ - GtkFontButtonPrivate *priv; }; -struct _GtkFontButtonClass { +struct _GtkFontButtonClass +{ GtkWidgetClass parent_class; /* font_set signal is emitted when font is chosen */ -- cgit v1.2.1