aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.h
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-11-27 10:11:25 +0000
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-11-27 10:11:25 +0000
commit8b967ee8465a58b13b0f588e7089bad36a1a337a (patch)
tree05ac939e3f36b027a05c872c6d7efda690bf0197 /src/application-service-appstore.h
parent75ffda9ca2eb7708de33673d4a54c29de797e8ea (diff)
downloadayatana-indicator-application-8b967ee8465a58b13b0f588e7089bad36a1a337a.tar.gz
ayatana-indicator-application-8b967ee8465a58b13b0f588e7089bad36a1a337a.tar.bz2
ayatana-indicator-application-8b967ee8465a58b13b0f588e7089bad36a1a337a.zip
Avoid deprecated g_type_class_add_private.
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r--src/application-service-appstore.h3
1 files changed, 0 insertions, 3 deletions
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);