summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakfloppy
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/drakfloppy
parent94363303a493e8df4240b1921dbfc93ed85b9223 (diff)
downloaddrakx-backup-do-not-use-66c2af329c5fa7a8bdd58003b9ac0b87f96dfec1.tar
drakx-backup-do-not-use-66c2af329c5fa7a8bdd58003b9ac0b87f96dfec1.tar.gz
drakx-backup-do-not-use-66c2af329c5fa7a8bdd58003b9ac0b87f96dfec1.tar.bz2
drakx-backup-do-not-use-66c2af329c5fa7a8bdd58003b9ac0b87f96dfec1.tar.xz
drakx-backup-do-not-use-66c2af329c5fa7a8bdd58003b9ac0b87f96dfec1.zip
remove old dead commented i18n code that kept being copied around
Diffstat (limited to 'perl-install/standalone/drakfloppy')
-rwxr-xr-xperl-install/standalone/drakfloppy23
1 files changed, 0 insertions, 23 deletions
diff --git a/perl-install/standalone/drakfloppy b/perl-install/standalone/drakfloppy
index 84ed955c0..a19e7889e 100755
--- a/perl-install/standalone/drakfloppy
+++ b/perl-install/standalone/drakfloppy
@@ -36,29 +36,6 @@ use ugtk qw(:helpers);
init Gtk;
Gtk->set_locale;
-#-------------------------------------------------------------
-# 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)
-#-------------------------------------------------------------
-
-#sub _ {
-# my $s = shift @_; my $t = translate($s);
-# sprintf $t, @_;
-#}
-
-#sub translate {
-# my ($s) = @_;
-# $s ? c::dgettext('libDrakX', $s) : '';
-#}
-
-if ($::isEmbedded) {
- print "EMBED\n";
- print "XID : $::XID\n";
- print "CCPID : $::CCPID\n";
-}
-
$in = 'interactive'->vnew('su', 'default');
local $_ = join '', @ARGV;