summaryrefslogtreecommitdiff
path: root/gtk/gtkseparator.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-03-07 20:37:00 +0100
committerTimm Bäder <mail@baedert.org>2018-03-07 20:42:32 +0100
commit28cda7f51634a4eccb14e6057be3b4d834fb40b7 (patch)
tree4cffd5449504d62fc441b1373eeb9ab42abbe6bc /gtk/gtkseparator.h
parentfaabb808beee6938f0b7e799dd55cac093916767 (diff)
downloadgtk+-28cda7f51634a4eccb14e6057be3b4d834fb40b7.tar.gz
separator: Remove priv pointer
Diffstat (limited to 'gtk/gtkseparator.h')
-rw-r--r--gtk/gtkseparator.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk/gtkseparator.h b/gtk/gtkseparator.h
index 1ce4130ea6..1f129c8d0a 100644
--- a/gtk/gtkseparator.h
+++ b/gtk/gtkseparator.h
@@ -44,14 +44,11 @@ G_BEGIN_DECLS
typedef struct _GtkSeparator GtkSeparator;
-typedef struct _GtkSeparatorPrivate GtkSeparatorPrivate;
typedef struct _GtkSeparatorClass GtkSeparatorClass;
struct _GtkSeparator
{
- GtkWidget widget;
-
- GtkSeparatorPrivate *priv;
+ GtkWidget parent_instance;
};
struct _GtkSeparatorClass