From 74a834dacad24aa5fce9e7ff3b9e8a5cf7cfd8a1 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Mon, 17 Oct 2016 14:13:58 +0100 Subject: [PATCH] Avoid to typedef twice RedChannel and RedClient These are already defined in red-channel.h which is included in red-channel-client.h header. Signed-off-by: Frediano Ziglio Acked-by: Jonathon Jongsma --- server/red-channel-client.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/red-channel-client.h b/server/red-channel-client.h index 9cc52458..c2c64070 100644 --- a/server/red-channel-client.h +++ b/server/red-channel-client.h @@ -49,9 +49,6 @@ G_BEGIN_DECLS #define RED_CHANNEL_CLIENT_GET_CLASS(obj) \ (G_TYPE_INSTANCE_GET_CLASS((obj), RED_TYPE_CHANNEL_CLIENT, RedChannelClientClass)) -typedef struct RedChannel RedChannel; -typedef struct RedClient RedClient; - typedef struct RedChannelClient RedChannelClient; typedef struct RedChannelClientClass RedChannelClientClass; typedef struct RedChannelClientPrivate RedChannelClientPrivate;