From 55d41fe007e34d67737ca9abd11fb7ce2cc46bbc Mon Sep 17 00:00:00 2001 From: mobyfab Date: Thu, 4 Apr 2013 19:22:07 +0200 Subject: [PATCH] SSD1963 - Removed unused function that what using an inline macro. --- drivers/gdisp/SSD1963/gdisp_lld.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/gdisp/SSD1963/gdisp_lld.c b/drivers/gdisp/SSD1963/gdisp_lld.c index 0160bf8e..c407a27e 100644 --- a/drivers/gdisp/SSD1963/gdisp_lld.c +++ b/drivers/gdisp/SSD1963/gdisp_lld.c @@ -160,11 +160,6 @@ bool_t gdisp_lld_init(void) { return TRUE; } - -__inline void read_stream_start(void) { - write_index(SSD1963_READ_MEMORY_START); -} - void gdisp_lld_setwindow(coord_t x0, coord_t y0, coord_t x1, coord_t y1) { /* We don't need to validate here as the LLD routines will validate first. *