diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-09-02 05:39:09 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-09-02 05:39:09 +0000 |
commit | 60895bc107f5689f19de61828d8ffe0f2f1f59b5 (patch) | |
tree | 0141dc6cada785f2c7c6b6655820567432c353ec /apps/main_menu.h | |
parent | 58e9412bff9947e4514c0d55152bfad91049a60c (diff) | |
download | rockbox-60895bc107f5689f19de61828d8ffe0f2f1f59b5.tar.gz rockbox-60895bc107f5689f19de61828d8ffe0f2f1f59b5.zip |
Patch #1272052 by Henrik Backe - Move credits to a plugin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7450 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/main_menu.h')
-rw-r--r-- | apps/main_menu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/main_menu.h b/apps/main_menu.h index f05cc52adc..d1c36b3663 100644 --- a/apps/main_menu.h +++ b/apps/main_menu.h @@ -21,7 +21,6 @@ #include "menu.h" -extern int show_logo(void); extern bool main_menu(void); extern bool rec_menu(void); |