diff options
-rw-r--r-- | rpmdrake.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm index 1aa78d34..b08f46b2 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -88,7 +88,6 @@ our @EXPORT = qw( slow_func_statusbar statusbar_msg statusbar_msg_remove - strip_first_underscore update_sources update_sources_check update_sources_interactive @@ -992,6 +991,4 @@ sub get_icon { $icon; } -sub strip_first_underscore { join '', map { s/_//; $_ } @_ } - 1; |