]> git.proxmox.com Git - spiceterm.git/blobdiff - spiceterm.h
remove unused fields
[spiceterm.git] / spiceterm.h
index 0f0165348b921c1cc0ef159e5555f41da357d076..cd763f510627e54a74a5d3c6d0b91a7e1f7ad23d 100644 (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;