From d137f74fe9cc3dfcd0087e9342b5f51f87f3aeb5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 21 Sep 2013 23:36:05 -0400 Subject: Remove priv pointer from GtkStackSwitcher This is a new widget, so lets avoid the unnecessary priv pointer while we still can. --- gtk/gtkstackswitcher.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gtk/gtkstackswitcher.h') diff --git a/gtk/gtkstackswitcher.h b/gtk/gtkstackswitcher.h index da52f3a9aa..402b83778c 100644 --- a/gtk/gtkstackswitcher.h +++ b/gtk/gtkstackswitcher.h @@ -32,15 +32,11 @@ G_BEGIN_DECLS #define GTK_STACK_SWITCHER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_STACK_SWITCHER, GtkStackSwitcherClass)) typedef struct _GtkStackSwitcher GtkStackSwitcher; -typedef struct _GtkStackSwitcherPrivate GtkStackSwitcherPrivate; typedef struct _GtkStackSwitcherClass GtkStackSwitcherClass; struct _GtkStackSwitcher { GtkBox widget; - - /*< private >*/ - GtkStackSwitcherPrivate *priv; }; struct _GtkStackSwitcherClass -- cgit v1.2.1