summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
87} 87}
88#endif 88#endif
89 89
90#include "../../recorder/bmp.c"
91
92/** 90/**
93 Very simple image scale from src to dst (nearest neighbour). 91 Very simple image scale from src to dst (nearest neighbour).
94 Source and destination dimensions are read from the struct bitmap. 92 Source and destination dimensions are read from the struct bitmap.