Remove outdated comment

This commit is contained in:
Stephan Witt 2019-01-07 00:33:33 +01:00 committed by Stephan Witt
parent d6b4db1a4f
commit b36eae4962

View File

@ -1859,8 +1859,6 @@ Format %i
inkscape_cl = inkscape_gui
if os.name == 'nt':
inkscape_cl = inkscape_gui.replace('.exe', '.com')
# On MacOSX, Inkscape requires full path file arguments. This
# is not needed on Linux and Win and even breaks the latter.
checkFormatEntries(dtl_tools)
checkConverterEntries()
(chk_docbook, bool_docbook, docbook_cmd) = checkDocBook()