From 0ab4079b28220f4051f8d0935a976e550514ad7f Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 3 Dec 2019 22:14:51 +0000 Subject: Avoid deprecated g_type_class_add_private. --- src/idoswitchmenuitem.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/idoswitchmenuitem.h') diff --git a/src/idoswitchmenuitem.h b/src/idoswitchmenuitem.h index 222b473..de218d1 100644 --- a/src/idoswitchmenuitem.h +++ b/src/idoswitchmenuitem.h @@ -34,13 +34,10 @@ G_BEGIN_DECLS typedef struct _IdoSwitchMenuItem IdoSwitchMenuItem; typedef struct _IdoSwitchMenuItemClass IdoSwitchMenuItemClass; -typedef struct _IdoSwitchMenuItemPrivate IdoSwitchMenuItemPrivate; struct _IdoSwitchMenuItem { GtkCheckMenuItem parent_instance; - - IdoSwitchMenuItemPrivate *priv; }; struct _IdoSwitchMenuItemClass -- cgit v1.2.3