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:
parent
9e9ab4029c
commit
bd12125d7a
4 changed files with 13 additions and 22 deletions
|
@ -130,7 +130,7 @@ Function LBAction
|
|||
${EndIf}
|
||||
Return
|
||||
${Case} "Clear"
|
||||
${NSD_LB_Clear} $1 ""
|
||||
${NSD_LB_Clear} $1
|
||||
Return
|
||||
${EndSelect}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue