diff options
| author | Andrew Mahone <andrew.mahone@gmail.com> | 2009-01-04 21:49:34 +0000 |
|---|---|---|
| committer | Andrew Mahone <andrew.mahone@gmail.com> | 2009-01-04 21:49:34 +0000 |
| commit | d32ebec9dadb053ab6d63aaa581465ad18ec572e (patch) | |
| tree | dcc4ab66be28483a4c558ca4a52d4ffa69d05c58 | |
| parent | 4eedc933572605e42f6f2fb00d099fe4a2075032 (diff) | |
| download | rockbox-d32ebec9dadb053ab6d63aaa581465ad18ec572e.zip rockbox-d32ebec9dadb053ab6d63aaa581465ad18ec572e.tar.gz rockbox-d32ebec9dadb053ab6d63aaa581465ad18ec572e.tar.bz2 rockbox-d32ebec9dadb053ab6d63aaa581465ad18ec572e.tar.xz | |
remove extra include of core bmp.c from a previous attempt at pluginlib scaler
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19672 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/plugins/lib/bmp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/lib/bmp.c b/apps/plugins/lib/bmp.c index 85e996c..a8ebbff 100644 --- a/apps/plugins/lib/bmp.c +++ b/apps/plugins/lib/bmp.c @@ -87,8 +87,6 @@ int save_bmp_file( char* filename, struct bitmap *bm, const struct plugin_api* r } #endif -#include "../../recorder/bmp.c" - /** Very simple image scale from src to dst (nearest neighbour). Source and destination dimensions are read from the struct bitmap. |