Fixed the warning.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10542 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Miika Pekkarinen 2006-08-12 09:33:46 +00:00
parent 7fe7427de8
commit 509ee3d42c

View file

@ -959,7 +959,6 @@ bool insert_all_playlist(struct tree_context *c, int position, bool queue)
int i;
char buf[MAX_PATH];
int from, to, direction;
bool first = true;
cpu_boost(true);
if (!tagcache_search(&tcs, tag_filename))