[Spice-devel] [PATCH 7/8] Remove unused fields
Frediano Ziglio
fziglio at redhat.com
Mon Sep 19 08:30:02 UTC 2016
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
server/display-channel.h | 2 --
server/red-worker.h | 1 -
2 files changed, 3 deletions(-)
diff --git a/server/display-channel.h b/server/display-channel.h
index 7b71480..cf4135d 100644
--- a/server/display-channel.h
+++ b/server/display-channel.h
@@ -55,8 +55,6 @@ struct Drawable {
RingItem list_link;
DrawItem tree_item;
Ring pipes;
- RedPipeItem *pipe_item_rest;
- uint32_t size_pipe_item_rest;
RedDrawable *red_drawable;
GlzImageRetention glz_retention;
diff --git a/server/red-worker.h b/server/red-worker.h
index a0a327a..7d68678 100644
--- a/server/red-worker.h
+++ b/server/red-worker.h
@@ -35,7 +35,6 @@ typedef struct CommonGraphicsChannel {
QXLInstance *qxl;
uint8_t recv_buf[CHANNEL_RECEIVE_BUF_SIZE];
- uint32_t id_alloc; // bitfield. TODO - use this instead of shift scheme.
int during_target_migrate; /* TRUE when the client that is associated with the channel
is during migration. Turned off when the vm is started.
The flag is used to avoid sending messages that are artifacts
--
2.7.4
More information about the Spice-devel
mailing list