diff options
author | Frediano Ziglio <fziglio@redhat.com> | 2016-10-17 14:13:58 +0100 |
---|---|---|
committer | Frediano Ziglio <fziglio@redhat.com> | 2016-10-19 21:49:49 +0100 |
commit | 74a834dacad24aa5fce9e7ff3b9e8a5cf7cfd8a1 (patch) | |
tree | 14f524257b103f04dcd63e17332d4d50b294eac7 | |
parent | a0fcf4975ba7ec916a630cfcd3232c19d8582fcc (diff) |
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 <fziglio@redhat.com>
Acked-by: Jonathon Jongsma <jjongsma at redhat.com>
-rw-r--r-- | server/red-channel-client.h | 3 |
1 files changed, 0 insertions, 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; |