diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2009-05-21 12:32:26 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2009-05-21 12:32:26 +0000 |
| commit | 2dc2054319abbbd0f559a18ecfbb8416cdbd2baf (patch) | |
| tree | be74a72d6cc7c5d44699b3da6d471d4356f40e57 /apps/tagtree.c | |
| parent | 0e725551af7c4b337aebcb8d922dba34cbb20565 (diff) | |
| download | rockbox-2dc2054319abbbd0f559a18ecfbb8416cdbd2baf.zip rockbox-2dc2054319abbbd0f559a18ecfbb8416cdbd2baf.tar.gz rockbox-2dc2054319abbbd0f559a18ecfbb8416cdbd2baf.tar.bz2 rockbox-2dc2054319abbbd0f559a18ecfbb8416cdbd2baf.tar.xz | |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c index 0a1cce0..13b5d83 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c @@ -158,7 +158,6 @@ static int root_menu; static int current_offset; static int current_entry_count; -static int format_count; static struct tree_context *tc; static int get_token_str(char *buf, int size) |