mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 06:33:08 +02:00
GwR initial iTunes driver
This commit is contained in:
parent
8daa9ab683
commit
ddda93ea7a
1 changed files with 0 additions and 3 deletions
|
|
@ -23,9 +23,6 @@ class iDevice(DevicePlugin):
|
|||
def is_usb_connected(self, device_on_system):
|
||||
return True
|
||||
|
||||
def can_handle(self, device_info):
|
||||
# Return True if iTunes installed
|
||||
|
||||
def can_handle_windows(self, device_id, debug=False):
|
||||
'''
|
||||
Optional method to perform further checks on a device to see if this driver
|
||||
|
|
|
|||
Loading…
Reference in a new issue