]> git.lyx.org Git - features.git/commitdiff
Remove outdated comment
authorStephan Witt <switt@lyx.org>
Sun, 6 Jan 2019 23:33:33 +0000 (00:33 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:55 +0000 (14:39 +0200)
lib/configure.py

index f1550fc03179ca85ee8a46f6845a75de07a4d8f6..680b7fe052a9105f417372f43fdb0ee776e0713f 100644 (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()