From 49780944809651f28e8135bf6d67dcd8ceeb2585 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 16 Apr 2013 16:06:13 +0200 Subject: lcd-common: Remove support for custom line heights from viewport. Since scrolling is now pixel-based this is not necessary anymore. custom line height is handled by put_line() but can also possible to implement with lcd_puts_scroll_func(). Change-Id: Iee9b12bf99afac93d95d2a1a6f5d5b4db237b21c --- firmware/export/lcd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'firmware/export') diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h index afdc5cf45e..bdeddf0b52 100644 --- a/firmware/export/lcd.h +++ b/firmware/export/lcd.h @@ -43,7 +43,6 @@ struct viewport { #ifdef HAVE_LCD_BITMAP int flags; int font; - int line_height; /* 0 for using font height */ int drawmode; #endif #if LCD_DEPTH > 1 -- cgit v1.2.3