summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@redhat.com>2015-07-31 17:32:16 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2015-08-11 17:24:36 +0200
commit73fafae5c7eff8e91dab3f5613d65e2aec6f3d5b (patch)
treeb98687793d70efef5445f89c7466a05f687e82ba /server
parent4243d2a6451900a70750b864fbb36b9fd664e55c (diff)
downloadspice-73fafae5c7eff8e91dab3f5613d65e2aec6f3d5b.tar.gz
spice-73fafae5c7eff8e91dab3f5613d65e2aec6f3d5b.tar.xz
spice-73fafae5c7eff8e91dab3f5613d65e2aec6f3d5b.zip
RedChannel: remove unused BufDescriptor struct
Diffstat (limited to 'server')
-rw-r--r--server/red_channel.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/server/red_channel.h b/server/red_channel.h
index bc0347be..619a8417 100644
--- a/server/red_channel.h
+++ b/server/red_channel.h
@@ -127,11 +127,6 @@ typedef struct OutgoingHandler {
/* Red Channel interface */
-typedef struct BufDescriptor {
- uint32_t size;
- uint8_t *data;
-} BufDescriptor;
-
typedef struct RedChannel RedChannel;
typedef struct RedChannelClient RedChannelClient;
typedef struct RedClient RedClient;