summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/logdrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-11-18 07:22:44 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-11-18 07:22:44 +0000
commit66c2af329c5fa7a8bdd58003b9ac0b87f96dfec1 (patch)
tree21e859ffbde782ae292890386f19e76c5fd3089a /perl-install/standalone/logdrake
parent94363303a493e8df4240b1921dbfc93ed85b9223 (diff)
downloaddrakx-66c2af329c5fa7a8bdd58003b9ac0b87f96dfec1.tar
drakx-66c2af329c5fa7a8bdd58003b9ac0b87f96dfec1.tar.gz
drakx-66c2af329c5fa7a8bdd58003b9ac0b87f96dfec1.tar.bz2
drakx-66c2af329c5fa7a8bdd58003b9ac0b87f96dfec1.tar.xz
drakx-66c2af329c5fa7a8bdd58003b9ac0b87f96dfec1.zip
remove old dead commented i18n code that kept being copied around
Diffstat (limited to 'perl-install/standalone/logdrake')
-rwxr-xr-xperl-install/standalone/logdrake20
1 files changed, 0 insertions, 20 deletions
diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake
index a8c37c240..740994a63 100755
--- a/perl-install/standalone/logdrake
+++ b/perl-install/standalone/logdrake
@@ -35,26 +35,6 @@ use my_gtk qw(:helpers :wrappers);
use ugtk qw(:helpers);
use Data::Dumper;
-#-------------------------------------------------------------
-# i18n routines
-# IMPORTANT: next two routines have to be redefined here to
-# get correct namespace (drakconf instead of libDrakX)
-# (This version is now UTF8 compliant - Sg 2001-08-18)
-#-------------------------------------------------------------
-
-#{
-# no warnings;
-# sub _ {
-# my $s = shift @_; my $t = translate($s);
-# sprintf $t, @_;
-# }
-
-# no warnings;
-# sub translate {
-# my ($s) = @_;
-#$s ? c::dgettext('libDrakX', $s) : '';
-# }
-#}
$::isInstall and die "Not supported during install.\n";