From fa7d6f3bdde1887c50aa052a829533548d5fcc6b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 29 Oct 2016 21:17:02 +0530 Subject: [PATCH] Fix #1637736 [documentation messed up](https://bugs.launchpad.net/calibre/+bug/1637736) --- src/calibre/devices/interface.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/calibre/devices/interface.py b/src/calibre/devices/interface.py index 3a2db2ec30..cf328994e6 100644 --- a/src/calibre/devices/interface.py +++ b/src/calibre/devices/interface.py @@ -39,11 +39,6 @@ class DevicePlugin(Plugin): #: Height for thumbnails on the device THUMBNAIL_HEIGHT = 68 - #: Width for thumbnails on the device. Setting this will force thumbnails - #: to this size, not preserving aspect ratio. If it is not set, then - #: the aspect ratio will be preserved and the thumbnail will be no higher - #: than THUMBNAIL_HEIGHT - # THUMBNAIL_WIDTH = 68 #: Compression quality for thumbnails. Set this closer to 100 to have better #: quality thumbnails with fewer compression artifacts. Of course, the