diff options
author | Francois Gouget <fgouget@codeweavers.com> | 2016-10-14 11:32:22 +0200 |
---|---|---|
committer | Frediano Ziglio <fziglio@redhat.com> | 2016-10-14 12:38:12 +0100 |
commit | 2ebd69c4c548b9479d6a18ed72750449455d0d01 (patch) | |
tree | d502fbd68e256f70eaa6b57427b6560412d84320 | |
parent | efe49fa275dfb6140d6d9e7f7bed499c8d46211a (diff) |
server: Remove a redundant IncomingHandler typedef
This fixes a compilation error with gcc 4.4.7 on RHEL 6.8.
Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
-rw-r--r-- | server/red-channel-client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/red-channel-client.h b/server/red-channel-client.h index 0b180b3e..3b9e34c3 100644 --- a/server/red-channel-client.h +++ b/server/red-channel-client.h @@ -51,7 +51,6 @@ G_BEGIN_DECLS typedef struct RedChannel RedChannel; typedef struct RedClient RedClient; -typedef struct IncomingHandler IncomingHandler; typedef struct RedChannelClient RedChannelClient; typedef struct RedChannelClientClass RedChannelClientClass; |