summaryrefslogtreecommitdiff
path: root/apps/tagtree.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-05-21 12:32:26 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-05-21 12:32:26 +0000
commit2dc2054319abbbd0f559a18ecfbb8416cdbd2baf (patch)
treebe74a72d6cc7c5d44699b3da6d471d4356f40e57 /apps/tagtree.c
parent0e725551af7c4b337aebcb8d922dba34cbb20565 (diff)
downloadrockbox-2dc2054319abbbd0f559a18ecfbb8416cdbd2baf.tar.gz
rockbox-2dc2054319abbbd0f559a18ecfbb8416cdbd2baf.zip
Remove some unused declarations
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21010 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagtree.c')
-rw-r--r--apps/tagtree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c
index 0a1cce0247..13b5d83cb2 100644
--- a/apps/tagtree.c
+++ b/apps/tagtree.c
@@ -158,7 +158,6 @@ static int root_menu;
158static int current_offset; 158static int current_offset;
159static int current_entry_count; 159static int current_entry_count;
160 160
161static int format_count;
162static struct tree_context *tc; 161static struct tree_context *tc;
163 162
164static int get_token_str(char *buf, int size) 163static int get_token_str(char *buf, int size)