From e137e9e47f71683ed753c942b53474c55d3f4069 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sun, 28 Aug 2011 22:53:40 +0000 Subject: codec_main() prototype inside codec_crt0.c is no longer needed since it's in codecs.h now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30373 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/codec_crt0.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/codecs') diff --git a/apps/codecs/codec_crt0.c b/apps/codecs/codec_crt0.c index 33876272c6..50a2d8b66a 100644 --- a/apps/codecs/codec_crt0.c +++ b/apps/codecs/codec_crt0.c @@ -27,8 +27,6 @@ struct codec_api *ci DATA_ATTR; extern unsigned char plugin_bss_start[]; extern unsigned char plugin_end_addr[]; -extern enum codec_status codec_main(enum codec_entry_call_reason reason); - /* stub, the entry point is called via its reference in __header to * avoid warning with certain compilers */ int _start(void) {return 0;} -- cgit v1.2.3