aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authormobyfab <mobyfab@free.fr>2013-04-04 19:22:07 +0200
committermobyfab <mobyfab@free.fr>2013-04-04 19:22:07 +0200
commit55d41fe007e34d67737ca9abd11fb7ce2cc46bbc (patch)
tree327e56f82d0b91714922107d7d78880c59ed4f19 /drivers
parente400fd01e2cb329c57e3ff3f97b1e25ddd336a1e (diff)
downloaduGFX-55d41fe007e34d67737ca9abd11fb7ce2cc46bbc.tar.gz
uGFX-55d41fe007e34d67737ca9abd11fb7ce2cc46bbc.tar.bz2
uGFX-55d41fe007e34d67737ca9abd11fb7ce2cc46bbc.zip
SSD1963 - Removed unused function that what using an inline macro.
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gdisp/SSD1963/gdisp_lld.c5
1 files changed, 0 insertions, 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.
*