diff options
author | Miika Pekkarinen <miipekk@ihme.org> | 2006-08-12 09:33:46 +0000 |
---|---|---|
committer | Miika Pekkarinen <miipekk@ihme.org> | 2006-08-12 09:33:46 +0000 |
commit | 509ee3d42cfe0660a107ae169a11cef9c0604b1f (patch) | |
tree | bd8e9e3a38ff23f32991e6ece653c389dba0d203 /apps | |
parent | 7fe7427de8568f78acd447bd072377bdbf406127 (diff) |
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.c | 1 |
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) int i; char buf[MAX_PATH]; int from, to, direction; - bool first = true; cpu_boost(true); if (!tagcache_search(&tcs, tag_filename)) |