From e847b6c86455682377dea8cd53e182c00a3e2d3c Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 2 Jun 2016 11:49:07 -0400 Subject: [PATCH] CPack/NSIS: Remove duplicate include from NSIS.template.in (#16132) In commit v2.6.0~3438 (ENH: Better support for adding and removing path, 2006-04-27) an include of "WinMessages.NSH" was added without removing the original include. Remove it now. --- Modules/NSIS.template.in | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Modules/NSIS.template.in b/Modules/NSIS.template.in index 1ef3d28c7..2de9e1d55 100644 --- a/Modules/NSIS.template.in +++ b/Modules/NSIS.template.in @@ -157,13 +157,6 @@ Var AR_RegFlags !define MUI_HEADERIMAGE !define MUI_ABORTWARNING -;-------------------------------- -; path functions - -!verbose 3 -!include "WinMessages.NSH" -!verbose 4 - ;---------------------------------------- ; based upon a script of "Written by KiCHiK 2003-01-18 05:57:02" ;----------------------------------------