summaryrefslogtreecommitdiff
path: root/apps/play.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-06-26 23:33:14 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-06-26 23:33:14 +0000
commit69e83490969e1c96d28da98f1d6ddb2705dc0acf (patch)
tree24405410c2f0b3f0348e0466be79711a2369164d /apps/play.h
parenta72f95c2ba57c5f4764f20044d6ac1ca4be79e4e (diff)
downloadrockbox-69e83490969e1c96d28da98f1d6ddb2705dc0acf.tar.gz
rockbox-69e83490969e1c96d28da98f1d6ddb2705dc0acf.zip
Files play.c/h have been obsoleted.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1212 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/play.h')
-rw-r--r--apps/play.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/apps/play.h b/apps/play.h
deleted file mode 100644
index a8e68a61b6..0000000000
--- a/apps/play.h
+++ /dev/null
@@ -1,20 +0,0 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2002 Daniel Stenberg
11 *
12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement.
14 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied.
17 *
18 ****************************************************************************/
19
20void playtune(char *filename);