summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2009-01-04 21:49:34 +0000
committerAndrew Mahone <andrew.mahone@gmail.com>2009-01-04 21:49:34 +0000
commitd32ebec9dadb053ab6d63aaa581465ad18ec572e (patch)
treedcc4ab66be28483a4c558ca4a52d4ffa69d05c58 /apps
parent4eedc933572605e42f6f2fb00d099fe4a2075032 (diff)
downloadrockbox-d32ebec9dadb053ab6d63aaa581465ad18ec572e.tar.gz
rockbox-d32ebec9dadb053ab6d63aaa581465ad18ec572e.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/lib/bmp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/lib/bmp.c b/apps/plugins/lib/bmp.c
index 85e996c5e2..a8ebbffc27 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.