diff options
author | Timm Bäder <mail@baedert.org> | 2017-10-13 12:47:09 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2017-10-13 12:49:33 +0200 |
commit | 0be1ad437adbbb2959d21ad0dbcbd6a8f3bf8209 (patch) | |
tree | b7f50ed57cb7ceb478230933a715c683793ced6d /gtk/gtkadjustment.h | |
parent | be5a7b2db2d8f4c8efa18f4ad2764a64163948d9 (diff) | |
download | gtk+-0be1ad437adbbb2959d21ad0dbcbd6a8f3bf8209.tar.gz |
adjustment: Drop priv pointer
Diffstat (limited to 'gtk/gtkadjustment.h')
-rw-r--r-- | gtk/gtkadjustment.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkadjustment.h b/gtk/gtkadjustment.h index c88b51a7ce..8f6b4bb5fd 100644 --- a/gtk/gtkadjustment.h +++ b/gtk/gtkadjustment.h @@ -42,7 +42,6 @@ G_BEGIN_DECLS #define GTK_ADJUSTMENT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_ADJUSTMENT, GtkAdjustmentClass)) -typedef struct _GtkAdjustmentPrivate GtkAdjustmentPrivate; typedef struct _GtkAdjustmentClass GtkAdjustmentClass; /** @@ -54,8 +53,6 @@ typedef struct _GtkAdjustmentClass GtkAdjustmentClass; struct _GtkAdjustment { GInitiallyUnowned parent_instance; - - GtkAdjustmentPrivate *priv; }; struct _GtkAdjustmentClass |