From 7f965d6f59bb87476a5e6036bfd3a35795d1aebf Mon Sep 17 00:00:00 2001 From: thor Date: Tue, 12 Jun 2012 21:05:42 +0000 Subject: [PATCH] revert that last commit on conplay git-svn-id: svn://scm.orgis.org/mpg123/trunk@3192 35dc7657-300d-0410-a2e5-dc2837fedb53 --- scripts/conplay | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/conplay b/scripts/conplay index 4fdc57b8..bf06f504 100755 --- a/scripts/conplay +++ b/scripts/conplay @@ -78,12 +78,6 @@ push(@mpg123_command, '-k', $frame, '--listentry', $entry, '-@', $listfile); print STDERR "running player:\n\t@mpg123_command\n\n"; open(MPG123, '-|', @mpg123_command) or die "Cannot run mpg123!"; - -sleep(1); -print "What do yo think of this year?\n"; -my $ans = ; -print "You said: $ans"; - while() { print STDOUT $_;