From 8b967ee8465a58b13b0f588e7089bad36a1a337a Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 27 Nov 2019 10:11:25 +0000 Subject: Avoid deprecated g_type_class_add_private. --- src/application-service-appstore.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/application-service-appstore.h') diff --git a/src/application-service-appstore.h b/src/application-service-appstore.h index 7508658..84b1830 100644 --- a/src/application-service-appstore.h +++ b/src/application-service-appstore.h @@ -37,7 +37,6 @@ G_BEGIN_DECLS typedef struct _ApplicationServiceAppstore ApplicationServiceAppstore; typedef struct _ApplicationServiceAppstoreClass ApplicationServiceAppstoreClass; -typedef struct _ApplicationServiceAppstorePrivate ApplicationServiceAppstorePrivate; struct _ApplicationServiceAppstoreClass { GObjectClass parent_class; @@ -51,8 +50,6 @@ struct _ApplicationServiceAppstoreClass { struct _ApplicationServiceAppstore { GObject parent; - - ApplicationServiceAppstorePrivate * priv; }; ApplicationServiceAppstore * application_service_appstore_new (void); -- cgit v1.2.3