From a5069ef292967b699c96d6ccad035eee4c361978 Mon Sep 17 00:00:00 2001 From: nitinosiris Date: Thu, 20 May 2021 16:44:44 +0530 Subject: Removed unwanted typedefs --- src/portal/tracker-portal-endpoint.c | 1 - src/portal/tracker-portal.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src/portal') diff --git a/src/portal/tracker-portal-endpoint.c b/src/portal/tracker-portal-endpoint.c index 79028a1b6..5cce3c2c2 100644 --- a/src/portal/tracker-portal-endpoint.c +++ b/src/portal/tracker-portal-endpoint.c @@ -29,7 +29,6 @@ #define GRAPH_ALL "*" #define GRAPH_DEFAULT "default" -typedef struct _TrackerPortalEndpoint TrackerPortalEndpoint; typedef struct _TrackerPortalEndpointClass TrackerPortalEndpointClass; struct _TrackerPortalEndpoint diff --git a/src/portal/tracker-portal.c b/src/portal/tracker-portal.c index 2da9adaeb..310fe3e20 100644 --- a/src/portal/tracker-portal.c +++ b/src/portal/tracker-portal.c @@ -28,7 +28,6 @@ #include "tracker-portal-endpoint.h" #include "tracker-portal-utils.h" -typedef struct _TrackerPortal TrackerPortal; typedef struct _TrackerSession TrackerSession; struct _TrackerSession -- cgit v1.2.1