diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2011-08-30 16:48:36 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2011-08-30 16:48:36 +0000 |
| commit | 42f10e04df42ab19aac74f82a6f113ee29e2012b (patch) | |
| tree | cf0561936fd8e22bc95b38a0575a078f7039acfa /apps/plugins/lib/SOURCES | |
| parent | 456170afdf8eb9c43abe7580a3b522c934273a1e (diff) | |
| download | rockbox-42f10e04df42ab19aac74f82a6f113ee29e2012b.zip rockbox-42f10e04df42ab19aac74f82a6f113ee29e2012b.tar.gz rockbox-42f10e04df42ab19aac74f82a6f113ee29e2012b.tar.bz2 rockbox-42f10e04df42ab19aac74f82a6f113ee29e2012b.tar.xz | |
Remove buflib from the pluginlib and use the core one.
buflib_get_data() isn't inlined for plugins anymore, but can be if really needed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30387 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib/SOURCES')
| -rw-r--r-- | apps/plugins/lib/SOURCES | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index 6f17c70..2c0fc2a 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -7,7 +7,6 @@ configfile.c fixedpoint.c playback_control.c rgb_hsv.c -buflib.c highscore.c simple_viewer.c display_text.c |