summaryrefslogtreecommitdiffstats
path: root/server/display-channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/display-channel.h')
-rw-r--r--server/display-channel.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/server/display-channel.h b/server/display-channel.h
index b207e245..5e11d0e3 100644
--- a/server/display-channel.h
+++ b/server/display-channel.h
@@ -81,7 +81,6 @@ struct RedCompressBuf {
uint8_t bytes[RED_COMPRESS_BUF_SIZE];
uint32_t words[RED_COMPRESS_BUF_SIZE / 4];
} buf;
- RedCompressBuf *next;
RedCompressBuf *send_next;
};
@@ -189,8 +188,6 @@ struct DisplayChannelClient {
uint32_t stream_outbuf_size;
uint8_t *stream_outbuf; // caution stream buffer is also used as compress bufs!!!
- RedCompressBuf *used_compress_bufs;
-
FreeList free_list;
uint64_t pixmap_cache_items[MAX_DRAWABLE_PIXMAP_CACHE_ITEMS];
int num_pixmap_cache_items;