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/idoentrymenuitem.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/idoentrymenuitem.h') diff --git a/src/idoentrymenuitem.h b/src/idoentrymenuitem.h index 417e774..7c5da79 100644 --- a/src/idoentrymenuitem.h +++ b/src/idoentrymenuitem.h @@ -39,13 +39,10 @@ G_BEGIN_DECLS typedef struct _IdoEntryMenuItem IdoEntryMenuItem; typedef struct _IdoEntryMenuItemClass IdoEntryMenuItemClass; -typedef struct _IdoEntryMenuItemPrivate IdoEntryMenuItemPrivate; struct _IdoEntryMenuItem { GtkMenuItem parent_instance; - - IdoEntryMenuItemPrivate *priv; }; struct _IdoEntryMenuItemClass -- cgit v1.2.3