diff options
Diffstat (limited to 'perl-install/standalone/logdrake')
-rwxr-xr-x | perl-install/standalone/logdrake | 20 |
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"; |