1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Andrew Mahone 2009-01-04 21:49:34 +00:00
parent 4eedc93357
commit d32ebec9da

View file

@ -87,8 +87,6 @@ int save_bmp_file( char* filename, struct bitmap *bm, const struct plugin_api* r
} }
#endif #endif
#include "../../recorder/bmp.c"
/** /**
Very simple image scale from src to dst (nearest neighbour). Very simple image scale from src to dst (nearest neighbour).
Source and destination dimensions are read from the struct bitmap. Source and destination dimensions are read from the struct bitmap.