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