From 8ab853d16661b57f32166294951b0f2ad66c230e Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Mon, 4 Jul 2016 20:21:58 -0500 Subject: [PATCH] Don't need that --- src/image.c | 41 ----------------------------------------- 1 file changed, 41 deletions(-) diff --git a/src/image.c b/src/image.c index d02a09c..91a93be 100644 --- a/src/image.c +++ b/src/image.c @@ -488,47 +488,6 @@ error_snprintf_name: return -1; } -int cammy_image_stripe(uint8_t *buf, size_t width, size_t height, int depth) { - cammy_tile *tiles; - int file = 0; - - size_t x, y; - - if ((tiles = malloc(CAMMY_SCREEN_SIZE)) == NULL) { - goto error_malloc_tiles; - } - - for (x=0; x