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.
This commit is contained in:
Brad King 2016-06-02 11:49:07 -04:00
parent f1ff6301ea
commit e847b6c864
1 changed files with 0 additions and 7 deletions

View File

@ -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"
;----------------------------------------