diff options
author | Björn Stenberg <bjorn@haxx.se> | 2002-05-21 15:03:43 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2002-05-21 15:03:43 +0000 |
commit | d1d5f9548812808e58016e935c41e3816c86e8ac (patch) | |
tree | 629b3895800f7ca672f9ff85bcaaa9dc2e4c6aa6 /apps/credits.h | |
parent | 8cbedc3793ad531aab3060c2f16af583041b2e71 (diff) |
Now supports charcell display
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@647 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/credits.h')
-rw-r--r-- | apps/credits.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/credits.h b/apps/credits.h index d109e55dde..36f16170cb 100644 --- a/apps/credits.h +++ b/apps/credits.h @@ -20,13 +20,6 @@ #ifndef __ROCKBOX_CREDITS_H__ #define __ROCKBOX_CREDITS_H__ -#define CREDIT_COUNT 21 - -struct credit { - const char *name; - const char *desc; -}; - /* Show who worked on the project */ void show_credits(void); |