diff options
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/input/adb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/input/adb.h b/include/hw/input/adb.h index b7b32e2b16..4d2c565f54 100644 --- a/include/hw/input/adb.h +++ b/include/hw/input/adb.h @@ -49,7 +49,6 @@ struct ADBDevice { int devaddr; int handler; - bool disable_direct_reg3_writes; }; #define ADB_DEVICE_CLASS(cls) \ |