diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-11-21 09:55:54 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-11-21 09:55:54 -0500 |
commit | 24872bea74a9275b388a4306091f940ccbf80270 (patch) | |
tree | 6c28f912f4596a187fbc12acbddbf9f22a916d12 /indra/newview | |
parent | 8420e20102006b780d6959ec3d0fa6d905a32f16 (diff) |
DRTVWR-447: Fix longstanding NSIS warning about unused label.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/installers/windows/installer_template.nsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/installers/windows/installer_template.nsi b/indra/newview/installers/windows/installer_template.nsi index f62a14d65f..355272cd08 100644 --- a/indra/newview/installers/windows/installer_template.nsi +++ b/indra/newview/installers/windows/installer_template.nsi @@ -216,7 +216,6 @@ lbl_configure_default_lang: Goto lbl_return
StrCmp $SKIP_DIALOGS "true" lbl_return
-lbl_build_menu:
Push ""
# Use separate file so labels can be UTF-16 but we can still merge changes into this ASCII file. JC
!include "%%SOURCE%%\installers\windows\language_menu.nsi"
|