From 8174b6c59bd30e593845e56677ef8a5db90684e7 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Thu, 13 Nov 2014 16:00:48 +0000 Subject: [PATCH] lol.h: remove unimplemented function Signed-off-by: Brendan Le Foll --- src/lol/lol.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/lol/lol.h b/src/lol/lol.h index 33d1b2a9..faa9d436 100644 --- a/src/lol/lol.h +++ b/src/lol/lol.h @@ -82,13 +82,6 @@ class LoL { */ unsigned char setPixel(int x, int y, unsigned char pixel); - /** - * Get framebuffer pointer - * @return 1 if pixel is on, 0 if off, -1 on error - */ - unsigned char getBit(int x, int y); - - private: mraa_gpio_context m_LoLCtx[14]; unsigned char framebuffer[LOL_X*LOL_Y];