2
0
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:
Dietmar Maurer
2013-09-11 13:20:41 +02:00
parent b052e9c7dc
commit dfbcd9931e

View File

@@ -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;