summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-05-08 13:03:57 +0000
committerJens Arnold <amiconn@rockbox.org>2005-05-08 13:03:57 +0000
commitba4df32100c9363b501896331d2bfce84333a767 (patch)
treeeab93b16d62fd8bdbc539738b2c49c616270a467 /firmware/export
parent2629071b253838c27f8f034aa7d1bead34ff8046 (diff)
downloadrockbox-ba4df32100c9363b501896331d2bfce84333a767.zip
rockbox-ba4df32100c9363b501896331d2bfce84333a767.tar.gz
rockbox-ba4df32100c9363b501896331d2bfce84333a767.tar.bz2
rockbox-ba4df32100c9363b501896331d2bfce84333a767.tar.xz
Removed more dead code; bugfix for cursor display in player simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6429 a1c6a512-1295-4272-9138-f99709370657
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 98e2a58..c5dd4f7 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -98,7 +98,6 @@ extern void lcd_jump_scroll (int mode); /* 0=off, 1=once, ..., ALWAYS */
extern void lcd_jump_scroll_delay( int ms );
unsigned char lcd_get_locked_pattern(void);
void lcd_unlock_pattern(unsigned char pat);
-void lcd_allow_bidirectional_scrolling(bool on);
extern void lcd_bidir_scroll(int threshold);
void lcd_put_cursor(int x, int y, char cursor_char);
void lcd_remove_cursor(void);