summaryrefslogtreecommitdiff
path: root/apps/credits.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/credits.h')
-rw-r--r--apps/credits.h7
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 @@
20#ifndef __ROCKBOX_CREDITS_H__ 20#ifndef __ROCKBOX_CREDITS_H__
21#define __ROCKBOX_CREDITS_H__ 21#define __ROCKBOX_CREDITS_H__
22 22
23#define CREDIT_COUNT 21
24
25struct credit {
26 const char *name;
27 const char *desc;
28};
29
30/* Show who worked on the project */ 23/* Show who worked on the project */
31void show_credits(void); 24void show_credits(void);
32 25