From e7acaf90ba791655ce26508c1f5facdea855d2aa Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 29 Aug 2019 18:12:10 +0000 Subject: Avoid deprecated g_type_class_add_private. --- src/app-indicator.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/app-indicator.h') diff --git a/src/app-indicator.h b/src/app-indicator.h index b8f888a..2e48038 100644 --- a/src/app-indicator.h +++ b/src/app-indicator.h @@ -158,7 +158,6 @@ typedef enum { /*< prefix=APP_INDICATOR_STATUS >*/ typedef struct _AppIndicator AppIndicator; typedef struct _AppIndicatorClass AppIndicatorClass; -typedef struct _AppIndicatorPrivate AppIndicatorPrivate; /** * AppIndicatorClass: @@ -244,9 +243,6 @@ struct _AppIndicatorClass { */ struct _AppIndicator { GObject parent; - - /*< Private >*/ - AppIndicatorPrivate *priv; }; /* GObject Stuff */ -- cgit v1.2.3