diff options
author | Timm Bäder <mail@baedert.org> | 2018-11-13 15:14:10 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2018-11-13 15:19:07 +0100 |
commit | 28bd56454dbdbea0e04112a24167e375caed99c9 (patch) | |
tree | 6180b572636ffde1e7746309a2a7965e12f5031a /gtk/gtkappchooserbutton.h | |
parent | 75deff035bc8cd4df8f9f6a4507addb98ef134eb (diff) | |
download | gtk+-28bd56454dbdbea0e04112a24167e375caed99c9.tar.gz |
appchooserbutton: Remove priv pointer
Diffstat (limited to 'gtk/gtkappchooserbutton.h')
-rw-r--r-- | gtk/gtkappchooserbutton.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkappchooserbutton.h b/gtk/gtkappchooserbutton.h index be7c700e81..98e965a32d 100644 --- a/gtk/gtkappchooserbutton.h +++ b/gtk/gtkappchooserbutton.h @@ -40,13 +40,9 @@ G_BEGIN_DECLS typedef struct _GtkAppChooserButton GtkAppChooserButton; typedef struct _GtkAppChooserButtonClass GtkAppChooserButtonClass; -typedef struct _GtkAppChooserButtonPrivate GtkAppChooserButtonPrivate; struct _GtkAppChooserButton { GtkWidget parent_instance; - - /*< private >*/ - GtkAppChooserButtonPrivate *priv; }; /** |