summaryrefslogtreecommitdiffstats
path: root/perl-install/security
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-15 18:08:37 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-15 18:08:37 +0000
commit939584f614af4ffc5ac83097e669bc22510460ee (patch)
tree24d6bef4afbe7a48f6bfe18438ab44b79c4c042a /perl-install/security
parent4babc6a641ba270985369f3956b69e77e1c4e7c6 (diff)
downloaddrakx-939584f614af4ffc5ac83097e669bc22510460ee.tar
drakx-939584f614af4ffc5ac83097e669bc22510460ee.tar.gz
drakx-939584f614af4ffc5ac83097e669bc22510460ee.tar.bz2
drakx-939584f614af4ffc5ac83097e669bc22510460ee.tar.xz
drakx-939584f614af4ffc5ac83097e669bc22510460ee.zip
(level_choose) remove dead code
Diffstat (limited to 'perl-install/security')
-rw-r--r--perl-install/security/level.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/security/level.pm b/perl-install/security/level.pm
index 0db951929..90ea34751 100644
--- a/perl-install/security/level.pm
+++ b/perl-install/security/level.pm
@@ -56,7 +56,7 @@ connections from many clients. Note: if your machine is only a client on the Int
interactive_help_id => 'miscellaneous',
}, [
{ label => N("Please choose the desired security level"), title => 1 },
- { val => $security, list => \@l, format => \&to_string,
+ { val => $security, list => \@l,
format => sub {
#-PO: this string is used to properly format "<security level>: <level description>"
N("%s: %s", to_string($_), formatAlaTeX($help{$_}));