diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2011-08-28 22:53:40 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2011-08-28 22:53:40 +0000 |
| commit | e137e9e47f71683ed753c942b53474c55d3f4069 (patch) | |
| tree | 2c0ef2458823e779ccd581fac7db5c8be7df2419 /apps | |
| parent | 91ba09b099170cbb4b2249301db1539531dd9367 (diff) | |
| download | rockbox-e137e9e47f71683ed753c942b53474c55d3f4069.zip rockbox-e137e9e47f71683ed753c942b53474c55d3f4069.tar.gz rockbox-e137e9e47f71683ed753c942b53474c55d3f4069.tar.bz2 rockbox-e137e9e47f71683ed753c942b53474c55d3f4069.tar.xz | |
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
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/codecs/codec_crt0.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/codecs/codec_crt0.c b/apps/codecs/codec_crt0.c index 3387627..50a2d8b 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;} |