summary refs log tree commit diff stats
path: root/include/hw/misc/macio/cuda.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/misc/macio/cuda.h')
-rw-r--r--include/hw/misc/macio/cuda.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/hw/misc/macio/cuda.h b/include/hw/misc/macio/cuda.h
index 5768075ac5..a8cf0be1ec 100644
--- a/include/hw/misc/macio/cuda.h
+++ b/include/hw/misc/macio/cuda.h
@@ -95,12 +95,8 @@ typedef struct CUDAState {
     int data_out_index;
 
     qemu_irq irq;
-    uint16_t adb_poll_mask;
-    uint8_t autopoll_rate_ms;
-    uint8_t autopoll;
     uint8_t data_in[128];
     uint8_t data_out[16];
-    QEMUTimer *adb_poll_timer;
 } CUDAState;
 
 #endif /* CUDA_H */