Remove wmf2eps as EMF > EPS converter

The program can only deal with WMF.

(cherry picked from commit a47bc7f799)
This commit is contained in:
Juergen Spitzmueller 2017-10-29 16:09:12 +01:00 committed by Scott Kostyshak
parent bf77b61162
commit 908afb8e97

View File

@ -1014,7 +1014,7 @@ def checkConverterEntries():
% (inkscape_fileprefix, inkscape_fileprefix)],
rc_entry = [ r'\converter wmf eps "%%" ""'])
#
checkProg('an EMF -> EPS converter', ['metafile2eps $$i $$o', 'wmf2eps -o $$o $$i', inkscape_name + ' --file=%s$$i --export-area-drawing --without-gui --export-eps=%s$$o'
checkProg('an EMF -> EPS converter', ['metafile2eps $$i $$o', inkscape_name + ' --file=%s$$i --export-area-drawing --without-gui --export-eps=%s$$o'
% (inkscape_fileprefix, inkscape_fileprefix)],
rc_entry = [ r'\converter emf eps "%%" ""'])
#