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;