aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake.pm
diff options
context:
space:
mode:
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r--rpmdrake.pm8
1 files changed, 0 insertions, 8 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm
index 04c3993c..19b6364a 100644
--- a/rpmdrake.pm
+++ b/rpmdrake.pm
@@ -55,7 +55,6 @@ our @EXPORT = qw(
$typical_width
add_distrib_update_media
distro_type
- to_utf8
myexit
readconf
writeconf
@@ -135,13 +134,6 @@ $urpm::download::PROMPT_PROXY = new rpmdrake::prompt(
[ 0, 1 ],
);
-sub to_utf8 {
- foreach (@_) {
- $_ = common::to_utf8($_);
- }
- wantarray() ? @_ : $_[0];
-}
-
sub myexit {
writeconf();
ugtk2::exit(undef, @_);