From f4cab917ea86469d55d43c6efdb4b69c42283621 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 19 Nov 2010 09:19:19 -0700 Subject: [PATCH] Fix #7572 (pdf unwrap_factor being set incorrectly for new users?) --- src/calibre/ebooks/html/input.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/calibre/ebooks/html/input.py b/src/calibre/ebooks/html/input.py index fa1de39410..059aeca324 100644 --- a/src/calibre/ebooks/html/input.py +++ b/src/calibre/ebooks/html/input.py @@ -269,11 +269,6 @@ class HTMLInput(InputFormatPlugin): ) ), - OptionRecommendation(name='unwrap_factor', recommended_value=0.0, - help=_('Average line length for line breaking if the HTML is from a ' - 'previous partial conversion of a PDF file. Default is %default ' - 'which disables this.')), - ]) def convert(self, stream, opts, file_ext, log,