summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-05-19 20:04:47 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-05-19 20:04:47 +0000
commit8c1bce72d53cec1879e0797e6ab306ce48f83c7c (patch)
tree342ef2108df9f0578079fadc693e5557cb742c5c /gtk/gtksettings.h
parentced07b92a2204eef78ca7e1a1c00616b3a8e0957 (diff)
downloadgtk+-8c1bce72d53cec1879e0797e6ab306ce48f83c7c.tar.gz
settings: Drop the priv pointer
Diffstat (limited to 'gtk/gtksettings.h')
-rw-r--r--gtk/gtksettings.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtksettings.h b/gtk/gtksettings.h
index dbf007c1d4..7b47f9689c 100644
--- a/gtk/gtksettings.h
+++ b/gtk/gtksettings.h
@@ -35,8 +35,6 @@ G_BEGIN_DECLS
/* --- typedefs --- */
-typedef struct _GtkSettingsPrivate GtkSettingsPrivate;
-typedef struct _GtkSettingsClass GtkSettingsClass;
typedef struct _GtkSettingsValue GtkSettingsValue;
@@ -44,9 +42,6 @@ typedef struct _GtkSettingsValue GtkSettingsValue;
struct _GtkSettings
{
GObject parent_instance;
-
- /*< private >*/
- GtkSettingsPrivate *priv;
};
/**