summaryrefslogtreecommitdiff
path: root/uisimulator/x11/mpegplay.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2002-05-12 12:52:15 +0000
committerDave Chapman <dave@dchapman.com>2002-05-12 12:52:15 +0000
commit87758d84e6d5ca128cf3a48a09e1c57092148579 (patch)
tree023017cbe1d398e91336318d59203bbd6dc6cd95 /uisimulator/x11/mpegplay.h
parentef5f97b4216042121a114afd5a9f1380283fb095 (diff)
moved mpeg decoder to common
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@554 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/x11/mpegplay.h')
-rw-r--r--uisimulator/x11/mpegplay.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/uisimulator/x11/mpegplay.h b/uisimulator/x11/mpegplay.h
deleted file mode 100644
index cde9fe183f..0000000000
--- a/uisimulator/x11/mpegplay.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/***************************************************************************
- * __________ __ ___.
- * Open \______ \ ____ ____ | | _\_ |__ _______ ___
- * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
- * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
- * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
- * \/ \/ \/ \/ \/
- *
- * Copyright (C) 2002 Dave Chapman
- *
- * 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.
- *
- ****************************************************************************/
-
-#ifdef MPEG_PLAY
-
-int mpeg_play(char* fname);
-
-#endif