From 0a4f2bd060f1b13cbb0b38d4840f514f41b9959a Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 8 Dec 2004 09:58:04 +0000 Subject: Remove unused function --- urpmi | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/urpmi b/urpmi index c4070280..0dfeac4c 100755 --- a/urpmi +++ b/urpmi @@ -138,16 +138,6 @@ usage: exit(0); } -sub save_file { - my ($orig) = @_; - my $msg = N("Choose location to save file"); - my $location = `gfilechooser "$msg"`; - if (!$? && $location) { - exec 'mv', '-f', $orig, $location; - } - exit(1); -} - # Parse command line my $command_line = join " ", @ARGV; @ARGV or usage; -- cgit v1.2.1