diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-24 17:57:02 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-24 17:57:02 +0000 |
commit | d659282f6d5a86cc5a7b1e9310417267f2a198d8 (patch) | |
tree | 5e268a71706a92d763da6d614523ec1097b05d38 /apps/main.c | |
parent | 8aa84f4a6404d94dbd3d62aee50c18756c163dee (diff) |
Removed some obsolete stuff
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4937 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/main.c')
-rw-r--r-- | apps/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/main.c b/apps/main.c index 7a4590ebe1..346c9bcddc 100644 --- a/apps/main.c +++ b/apps/main.c @@ -104,10 +104,6 @@ void init(void) #else -/* defined in linker script */ -extern int poolstart[]; -extern int poolend[]; - void init(void) { int rc, i; |