From 1cfcd71145af3eaa4ed2058f7c52c4acb543b68d Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 10 Jan 2017 10:24:05 +0100 Subject: [PATCH] Removing obsolete code --- src/gdisp/gdisp_image_bmp.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/gdisp/gdisp_image_bmp.c b/src/gdisp/gdisp_image_bmp.c index 33087e5d..02ae8da4 100644 --- a/src/gdisp/gdisp_image_bmp.c +++ b/src/gdisp/gdisp_image_bmp.c @@ -11,13 +11,6 @@ #include "gdisp_image_support.h" -/** - * How big a pixel array to allocate for blitting (in pixels) - * Bigger is faster but uses more RAM. - * This must be greater than 40 bytes and 32 pixels as we read our headers into this space as well - */ -#define GDISP_IMAGE_BMP_BLIT_BUFFER_SIZE 32 - typedef struct gdispImagePrivate_BMP { uint8_t bmpflags; #define BMP_V2 0x01 // Version 2 (old) header format