summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm/msg.pm5
1 files changed, 1 insertions, 4 deletions
diff --git a/urpm/msg.pm b/urpm/msg.pm
index a29acf3f..fa07e4d3 100644
--- a/urpm/msg.pm
+++ b/urpm/msg.pm
@@ -14,7 +14,7 @@ BEGIN {
}
our @ISA = 'Exporter';
-our @EXPORT = qw(N N_ P translate bug_log message_input message_input_ toMb formatXiB sys_log);
+our @EXPORT = qw(N N_ P translate bug_log message_input_ toMb formatXiB sys_log);
#- I18N.
use Locale::gettext;
@@ -105,9 +105,6 @@ sub ask_yes_or_no {
message_input_($msg . N(" (y/N) "), boolean => 1) =~ /[$yesexpr]/;
}
-#- deprecated, use message_input_() instead
-sub message_input { &_message_input }
-
sub message_input_ {
my ($msg, %o_opts) = @_;
_message_input($msg, undef, %o_opts);