summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-08-12 09:33:46 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-08-12 09:33:46 +0000
commit509ee3d42cfe0660a107ae169a11cef9c0604b1f (patch)
treebd8e9e3a38ff23f32991e6ece653c389dba0d203 /apps
parent7fe7427de8568f78acd447bd072377bdbf406127 (diff)
downloadrockbox-509ee3d42cfe0660a107ae169a11cef9c0604b1f.tar.gz
rockbox-509ee3d42cfe0660a107ae169a11cef9c0604b1f.zip
Fixed the warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10542 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/tagtree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c
index e3022193c7..25ac917bda 100644
--- a/apps/tagtree.c
+++ b/apps/tagtree.c
@@ -959,7 +959,6 @@ bool insert_all_playlist(struct tree_context *c, int position, bool queue)
959 int i; 959 int i;
960 char buf[MAX_PATH]; 960 char buf[MAX_PATH];
961 int from, to, direction; 961 int from, to, direction;
962 bool first = true;
963 962
964 cpu_boost(true); 963 cpu_boost(true);
965 if (!tagcache_search(&tcs, tag_filename)) 964 if (!tagcache_search(&tcs, tag_filename))