mirror of
git://git.proxmox.com/git/spiceterm.git
synced 2025-09-03 14:35:08 +00:00
remove unused fields
This commit is contained in:
@@ -37,8 +37,6 @@ struct SpiceScreen {
|
|||||||
QXLInstance qxl_instance;
|
QXLInstance qxl_instance;
|
||||||
QXLWorker *qxl_worker;
|
QXLWorker *qxl_worker;
|
||||||
|
|
||||||
SpiceKbdInstance keyboard_sin;
|
|
||||||
|
|
||||||
uint8_t primary_surface[MAX_HEIGHT * MAX_WIDTH * 4];
|
uint8_t primary_surface[MAX_HEIGHT * MAX_WIDTH * 4];
|
||||||
int primary_height;
|
int primary_height;
|
||||||
int primary_width;
|
int primary_width;
|
||||||
@@ -52,8 +50,6 @@ struct SpiceScreen {
|
|||||||
int width;
|
int width;
|
||||||
int height;
|
int height;
|
||||||
|
|
||||||
int target_surface;
|
|
||||||
|
|
||||||
GCond* command_cond;
|
GCond* command_cond;
|
||||||
GMutex* command_mutex;
|
GMutex* command_mutex;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user