summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-03-07 20:57:21 +0100
committerTimm Bäder <mail@baedert.org>2018-03-09 09:24:20 +0100
commit00d37c80f83d9e3eaa08e63d4134ba85c910946f (patch)
tree2450488458100e5d2a527af4d645adae7d07f23f /gtk/gtkspinbutton.h
parente0771a54a2102c80750beba2e643310118e98963 (diff)
downloadgtk+-00d37c80f83d9e3eaa08e63d4134ba85c910946f.tar.gz
spinbutton: Remove priv pointer
Diffstat (limited to 'gtk/gtkspinbutton.h')
-rw-r--r--gtk/gtkspinbutton.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkspinbutton.h b/gtk/gtkspinbutton.h
index 029e99dcbf..6d704816e2 100644
--- a/gtk/gtkspinbutton.h
+++ b/gtk/gtkspinbutton.h
@@ -97,7 +97,6 @@ typedef enum
typedef struct _GtkSpinButton GtkSpinButton;
-typedef struct _GtkSpinButtonPrivate GtkSpinButtonPrivate;
typedef struct _GtkSpinButtonClass GtkSpinButtonClass;
/**
@@ -109,9 +108,6 @@ typedef struct _GtkSpinButtonClass GtkSpinButtonClass;
struct _GtkSpinButton
{
GtkWidget parent_instance;
-
- /*< private >*/
- GtkSpinButtonPrivate *priv;
};
struct _GtkSpinButtonClass