mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 23:43:27 +02:00
Fix #7572 (pdf unwrap_factor being set incorrectly for new users?)
This commit is contained in:
parent
d2b427c3f9
commit
f4cab917ea
1 changed files with 0 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue