From 66c2af329c5fa7a8bdd58003b9ac0b87f96dfec1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 Nov 2002 07:22:44 +0000 Subject: remove old dead commented i18n code that kept being copied around --- perl-install/standalone/logdrake | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'perl-install/standalone/logdrake') 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"; -- cgit v1.2.1