diff options
Diffstat (limited to 'gtk/gtkscalebutton.h')
-rw-r--r-- | gtk/gtkscalebutton.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk/gtkscalebutton.h b/gtk/gtkscalebutton.h index fc6cc583c9..c24ff69618 100644 --- a/gtk/gtkscalebutton.h +++ b/gtk/gtkscalebutton.h @@ -59,11 +59,8 @@ struct _GtkScaleButton { GtkButton parent; - GtkWidget *GSEAL (plus_button); - GtkWidget *GSEAL (minus_button); - /*< private >*/ - GtkScaleButtonPrivate *GSEAL (priv); + GtkScaleButtonPrivate *priv; }; struct _GtkScaleButtonClass |