From c7c5668dddc48b860655c105b23cc50c45c39540 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 4 Oct 2007 16:41:39 +0200 Subject: [PATCH] afs.c: Remove some dead code. --- afs.c | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/afs.c b/afs.c index 33bc6e27..455bee7d 100644 --- a/afs.c +++ b/afs.c @@ -450,27 +450,6 @@ int close_audio_file(struct audio_file_data *afd) return para_munmap(afd->map.data, afd->map.size); } -#if 0 -static void play_loop(enum play_mode current_play_mode) -{ - int i, ret; - struct audio_file_data afd; - - afd.current_play_mode = current_play_mode; - for (i = 0; i < 0; i++) { - ret = open_next_audio_file(&afd); - if (ret < 0) { - PARA_ERROR_LOG("failed to open next audio file: %d\n", ret); - return; - } - PARA_NOTICE_LOG("next audio file: %s, score: %li\n", afd.path, afd.score); - sleep(1); - close_audio_file(&afd); - } -} -#endif - - static enum play_mode init_admissible_files(void) { int ret; -- 2.39.5