summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois Gouget <fgouget@codeweavers.com>2016-10-14 11:28:14 +0200
committerFrediano Ziglio <fziglio@redhat.com>2016-10-14 10:41:12 +0100
commitc5758b68907637085a9f2ac25aa09882c74505e8 (patch)
tree45a95ec519fe70c5add683d2629b5e6f755178a4
parentb8080dbc21141ecf0c22b3e2d556a1f712929426 (diff)
server: Remove a redundant CursorChannelClient typedef
CursorChannelClient is already defined in cursor-channel-client.h. This fixes compilation errors with gcc 4.4.7 on RHEL 6.8. Signed-off-by: Francois Gouget <fgouget@codeweavers.com> Acked-by: Pavel Grunt <pgrunt@redhat.com>
-rw-r--r--server/cursor-channel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/cursor-channel.c b/server/cursor-channel.c
index b1526976..5b21a052 100644
--- a/server/cursor-channel.c
+++ b/server/cursor-channel.c
@@ -26,8 +26,6 @@
#include "cursor-channel-client.h"
#include "reds.h"
-typedef struct CursorChannelClient CursorChannelClient;
-
enum {
RED_PIPE_ITEM_TYPE_CURSOR = RED_PIPE_ITEM_TYPE_COMMON_LAST,
RED_PIPE_ITEM_TYPE_CURSOR_INIT,