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/idousermenuitem.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/idousermenuitem.h') diff --git a/src/idousermenuitem.h b/src/idousermenuitem.h index d1d5729..093078d 100644 --- a/src/idousermenuitem.h +++ b/src/idousermenuitem.h @@ -32,7 +32,6 @@ G_BEGIN_DECLS typedef struct _IdoUserMenuItem IdoUserMenuItem; typedef struct _IdoUserMenuItemClass IdoUserMenuItemClass; -typedef struct _IdoUserMenuItemPrivate IdoUserMenuItemPrivate; /* property keys */ #define IDO_USER_MENU_ITEM_PROP_LABEL "label" @@ -49,7 +48,6 @@ struct _IdoUserMenuItem { /*< private >*/ GtkMenuItem parent; - IdoUserMenuItemPrivate * priv; }; GType ido_user_menu_item_get_type (void) G_GNUC_CONST; -- cgit v1.2.3