From 8dda8c384a25425819e830b18df6280e83404ac2 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Tue, 23 Jul 2024 10:37:39 +0200 Subject: [PATCH] unnecessary comments removed --- src/calibre/devices/kobo/driver.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/calibre/devices/kobo/driver.py b/src/calibre/devices/kobo/driver.py index f487781e90..941923a90d 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -1567,12 +1567,10 @@ class KOBOTOUCH(KOBO): ' - N3_FULL.parsed': [(1264,1680), 0, 200,True,], } TOLINO_SHINE_COVER_FILE_ENDINGS = { - # Used for ??? # There's probably only one ending used '': [(1072,1448), 0, 200,True,], } TOLINO_VISION_COVER_FILE_ENDINGS = { - # Used for ??? # There's probably only one ending used '': [(1264,1680), 0, 200,True,], }