lol.h: remove unimplemented function

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll 2014-11-13 16:00:48 +00:00
parent 474a6f82a3
commit 8174b6c59b

View File

@ -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];