]> git.lyx.org Git - features.git/commitdiff
installer: remove special handling of WMF converter
authorUwe Stöhr <uwestoehr@lyx.org>
Sat, 10 Nov 2012 06:09:20 +0000 (07:09 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Sat, 10 Nov 2012 06:09:20 +0000 (07:09 +0100)
metafile2eps is sine a while a real Windows printer therefore the former handling for the old program can go

development/Win32/packaging/installer/include/variables.nsh
development/Win32/packaging/installer/setup/configure.nsh

index 729dec48b7f0133b5fc4962dcb6ef597e3525b08..d96b0b6f67313021b5fed7c1f263c72a72d13ca0 100644 (file)
@@ -52,7 +52,6 @@ Var ThesCode
 Var ThesCodes
 Var UpdateFNDBReturn
 Var UserList
-Var WMFPath
 
 Var LangName
 
index 925b432fa0cef487924e2fb4f5ead44fa1b346c6..8c3af60c926c6758b6789e0af9237deb6a20ffab 100644 (file)
@@ -117,9 +117,6 @@ Section -Configure
   ${if} $SVGPath != ""
    StrCpy $PathPrefix "$PathPrefix;$SVGPath"
   ${endif}
-  ${if} $WMFPath != ""
-   StrCpy $PathPrefix "$PathPrefix;$WMFPath"
-  ${endif}
   ${if} $GnumericPath != ""
    StrCpy $PathPrefix "$PathPrefix;$GnumericPath"
   ${endif}
@@ -128,8 +125,8 @@ Section -Configure
   ${EndIf}
   ${if} $LilyPondPath != ""
    StrCpy $PathPrefix "$PathPrefix;$LilyPondPath"
-  ${endif}  
-
+  ${endif}
+  
   # Set the path prefix in lyxrc.dist
   ClearErrors
   Delete "$INSTDIR\Resources\lyxrc.dist"