aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmdrake2
1 files changed, 0 insertions, 2 deletions
diff --git a/rpmdrake b/rpmdrake
index 31098f5e..ee63f982 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -82,8 +82,6 @@ if ($collation_locale) {
$collation_locale =~ /UTF-8/ or setlocale(LC_COLLATE, "$collation_locale.UTF-8");
}
-*urpm::msg::translate = \&common::translate;
-
our %options;
foreach (@ARGV) {
/^-?-(\S+)$/ or next;