diff options
Diffstat (limited to 'apps/gui/line.c')
-rw-r--r-- | apps/gui/line.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/gui/line.c b/apps/gui/line.c index ea6bcea93b..d319ff3c51 100644 --- a/apps/gui/line.c +++ b/apps/gui/line.c @@ -294,7 +294,6 @@ next: } } -#ifdef HAVE_LCD_BITMAP static void style_line(struct screen *display, int x, int y, struct line_desc *line) { @@ -380,7 +379,6 @@ static void style_line(struct screen *display, } #endif } -#endif /* HAVE_LCD_BITMAP */ void vput_line(struct screen *display, int x, int y, struct line_desc *line, |