summaryrefslogtreecommitdiff
path: root/framebuffer/fb_8bpp_plotters.c
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/fb_8bpp_plotters.c')
-rw-r--r--framebuffer/fb_8bpp_plotters.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/framebuffer/fb_8bpp_plotters.c b/framebuffer/fb_8bpp_plotters.c
index 777b89670..7616f4f07 100644
--- a/framebuffer/fb_8bpp_plotters.c
+++ b/framebuffer/fb_8bpp_plotters.c
@@ -64,12 +64,6 @@ static bool fb_8bpp_polygon(const int *p, unsigned int n, colour fill)
return fb_plotters_polygon(p, n, fill, fb_8bpp_line);
}
-static colour calc_colour(uint8_t c)
-{
- return framebuffer->palette[c];
-}
-
-
static int
find_closest_palette_entry(colour c)
{