summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2013-04-16 16:06:13 +0200
committerThomas Martitz <kugel@rockbox.org>2014-01-07 14:13:48 +0100
commit49780944809651f28e8135bf6d67dcd8ceeb2585 (patch)
tree4893467ebcf509eeab6990905511f40c852b7f03 /firmware/export
parent9a4686b563ac9e27615e1032792bd9878bb291f7 (diff)
downloadrockbox-49780944809651f28e8135bf6d67dcd8ceeb2585.tar.gz
rockbox-49780944809651f28e8135bf6d67dcd8ceeb2585.zip
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
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/lcd.h1
1 files changed, 0 insertions, 1 deletions
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 {
43#ifdef HAVE_LCD_BITMAP 43#ifdef HAVE_LCD_BITMAP
44 int flags; 44 int flags;
45 int font; 45 int font;
46 int line_height; /* 0 for using font height */
47 int drawmode; 46 int drawmode;
48#endif 47#endif
49#if LCD_DEPTH > 1 48#if LCD_DEPTH > 1