diff --git a/src/calibre/devices/smart_device_app/driver.py b/src/calibre/devices/smart_device_app/driver.py index 44b1852437..f63e2a5a00 100644 --- a/src/calibre/devices/smart_device_app/driver.py +++ b/src/calibre/devices/smart_device_app/driver.py @@ -241,7 +241,6 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin): opcodes = { 'NOOP' : 12, 'OK' : 0, - 'BOOK_DATA' : 10, 'BOOK_DONE' : 11, 'CALIBRE_BUSY' : 18, 'DELETE_BOOK' : 13,