From 7da040bf22e936c19a495bfe10b746be77a76d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Thu, 1 Jul 2010 08:40:00 +0000 Subject: encoders are not built in sim builds no need to check for SIMULATOR in the .c files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27209 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/mp3_enc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/codecs/mp3_enc.c') diff --git a/apps/codecs/mp3_enc.c b/apps/codecs/mp3_enc.c index 2739778..17d980f 100644 --- a/apps/codecs/mp3_enc.c +++ b/apps/codecs/mp3_enc.c @@ -32,8 +32,6 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Library General Public License for more details. -#ifndef SIMULATOR - #include #include "codeclib.h" @@ -2637,5 +2635,3 @@ enum codec_status codec_main(void) return CODEC_OK; } /* codec_start */ - -#endif /* ndef SIMULATOR */ -- cgit v1.1