Mercurial > audlegacy
changeset 4865:f51f043d5e4c
Remove one instance where http_flag is declared and assigned, but otherwise unused. From code analysis, unique ID 2JxrMA.
author | Tony Vroon <chainsaw@gentoo.org> |
---|---|
date | Sun, 19 Apr 2009 23:52:10 +0100 |
parents | 8eee8ee21025 |
children | c97b4291ec8b |
files | src/audlegacy/playlist.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audlegacy/playlist.c Sun Apr 19 23:43:13 2009 +0100 +++ b/src/audlegacy/playlist.c Sun Apr 19 23:52:10 2009 +0100 @@ -963,7 +963,6 @@ while ((dir_entry = g_dir_read_name(dir))) { gchar *filename, *tmp; gint ext_flag; - gboolean http_flag; if (file_is_hidden(dir_entry)) continue; @@ -973,7 +972,6 @@ g_free(tmp); ext_flag = filter_by_extension(filename); - http_flag = is_http(filename); if (vfs_file_test(filename, G_FILE_TEST_IS_DIR)) { /* directory */ GList *sub;