mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 23:49:04 +00:00
server: Remove an unused structure.
This commit is contained in:
parent
f10de4bc08
commit
0feb705cbf
@ -68,16 +68,6 @@ struct RedDispatcher {
|
||||
QXLDevSurfaceCreate surface_create;
|
||||
};
|
||||
|
||||
typedef struct RedWorkeState {
|
||||
uint8_t *io_base;
|
||||
unsigned long phys_delta;
|
||||
|
||||
uint32_t x_res;
|
||||
uint32_t y_res;
|
||||
uint32_t bits;
|
||||
uint32_t stride;
|
||||
} RedWorkeState;
|
||||
|
||||
extern uint32_t streaming_video;
|
||||
extern spice_image_compression_t image_compression;
|
||||
extern spice_wan_compression_t jpeg_state;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user