diff options
| author | Boris Gjenero <dreamlayers@rockbox.org> | 2011-11-29 00:42:27 +0000 |
|---|---|---|
| committer | Boris Gjenero <dreamlayers@rockbox.org> | 2011-11-29 00:42:27 +0000 |
| commit | d51e5983357593981e604b05ad3826f2496f4a6b (patch) | |
| tree | 036fa986dcf4f6ec4c529dd74c5f996533f62d4f /apps/plugin.c | |
| parent | 297c29cba60e34ed01fb72974dcb562e58df322b (diff) | |
| download | rockbox-d51e5983357593981e604b05ad3826f2496f4a6b.zip rockbox-d51e5983357593981e604b05ad3826f2496f4a6b.tar.gz rockbox-d51e5983357593981e604b05ad3826f2496f4a6b.tar.bz2 rockbox-d51e5983357593981e604b05ad3826f2496f4a6b.tar.xz | |
FS#12412 : Delete old buffer allocation code which has been replaced by core_alloc, and move buffer setup code to core_alloc.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31088 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index b9c2e7c..3cc9e6c 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -27,7 +27,6 @@ #include "lang.h" #include "led.h" #include "keyboard.h" -#include "buffer.h" #include "backlight.h" #include "sound_menu.h" #include "mp3data.h" |