summaryrefslogtreecommitdiff
path: root/src/portal
diff options
context:
space:
mode:
authornitinosiris <nitinwartkar58@gmail.com>2021-05-20 16:44:44 +0530
committernitinosiris <nitinwartkar58@gmail.com>2021-05-20 17:02:36 +0530
commita5069ef292967b699c96d6ccad035eee4c361978 (patch)
treea915b74135e8f70e9654f15902a93e32a6680695 /src/portal
parent3f9d56136a27aa2ad8c4f9aee2fcab490b81f6d3 (diff)
downloadtracker-a5069ef292967b699c96d6ccad035eee4c361978.tar.gz
Removed unwanted typedefs
Diffstat (limited to 'src/portal')
-rw-r--r--src/portal/tracker-portal-endpoint.c1
-rw-r--r--src/portal/tracker-portal.c1
2 files changed, 0 insertions, 2 deletions
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