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/credits.h | |
parent | 58e9412bff9947e4514c0d55152bfad91049a60c (diff) |
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/credits.h')
-rw-r--r-- | apps/credits.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/apps/credits.h b/apps/credits.h deleted file mode 100644 index dd4b459326..0000000000 --- a/apps/credits.h +++ /dev/null @@ -1,28 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2002 by Robert Hak <rhak at ramapo.edu> - * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - ****************************************************************************/ - -#ifndef __ROCKBOX_CREDITS_H__ -#define __ROCKBOX_CREDITS_H__ - -/* Show who worked on the project */ -void roll_credits(void); - -#endif - - |