Removed unused NSD_LB_Clear macro parameter

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6911 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2017-09-29 17:41:00 +00:00
parent 9e9ab4029c
commit bd12125d7a
4 changed files with 13 additions and 22 deletions

View file

@ -130,7 +130,7 @@ Function LBAction
${EndIf}
Return
${Case} "Clear"
${NSD_LB_Clear} $1 ""
${NSD_LB_Clear} $1
Return
${EndSelect}