mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 11:53:12 +02:00
Remove unused network opcode
This commit is contained in:
parent
4ff164f9ca
commit
f8b5a483fc
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue