diff options
author | Thomas Martitz <kugel@rockbox.org> | 2009-05-30 16:10:34 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2009-05-30 16:10:34 +0000 |
commit | fc502e0b15f822bb283fac11778e54b6dcf5375b (patch) | |
tree | de14d3f647c204592d4f745cb431f609d41316ef /apps/tagtree.h | |
parent | 0b495f0a189db12131bd049e26d6695564495806 (diff) | |
download | rockbox-fc502e0b15f822bb283fac11778e54b6dcf5375b.tar.gz rockbox-fc502e0b15f822bb283fac11778e54b6dcf5375b.tar.bz2 rockbox-fc502e0b15f822bb283fac11778e54b6dcf5375b.zip |
Move enum table into tagtree.c as it's not used elsewhere and switch to uppercase for its constants as per docs/CONTRIBUTING.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21135 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagtree.h')
-rw-r--r-- | apps/tagtree.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/tagtree.h b/apps/tagtree.h index 1aaa52da8d..a08c7433a4 100644 --- a/apps/tagtree.h +++ b/apps/tagtree.h @@ -30,8 +30,6 @@ #define TAGMENU_MAX_MENUS 32 #define TAGMENU_MAX_FMTS 32 -enum table { root = 1, navibrowse, allsubentries, playtrack }; - struct tagentry { char *name; int newtable; |