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/idolocationmenuitem.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/idolocationmenuitem.h') diff --git a/src/idolocationmenuitem.h b/src/idolocationmenuitem.h index 2ae231f..5d1c660 100644 --- a/src/idolocationmenuitem.h +++ b/src/idolocationmenuitem.h @@ -31,7 +31,6 @@ G_BEGIN_DECLS typedef struct _IdoLocationMenuItem IdoLocationMenuItem; typedef struct _IdoLocationMenuItemClass IdoLocationMenuItemClass; -typedef struct _IdoLocationMenuItemPrivate IdoLocationMenuItemPrivate; struct _IdoLocationMenuItemClass { @@ -48,7 +47,6 @@ struct _IdoLocationMenuItem { /*< private >*/ IdoTimeStampMenuItem parent; - IdoLocationMenuItemPrivate * priv; }; -- cgit v1.2.3