From a86919ae2966af11c6b484a81caf5dc9c95d3e09 Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Mon, 22 May 2006 16:40:41 +0000 Subject: add seperate scroll options for remote. Patch by Alexander Spyridakis which fixes bug #5348. Changes CONFIG_BLOCK_VERSION so save your settings.. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9974 a1c6a512-1295-4272-9138-f99709370657 --- apps/screen_access.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'apps/screen_access.h') diff --git a/apps/screen_access.h b/apps/screen_access.h index c739c6cb1f..ae0a962015 100644 --- a/apps/screen_access.h +++ b/apps/screen_access.h @@ -185,13 +185,4 @@ extern void screen_access_init(void); */ extern struct screen screens[NB_SCREENS]; - -/* - * Functions to apply LCD settings across all screens - */ -void screen_lcd_scroll_speed(int speed); -void screen_lcd_scroll_delay(int ms); -void screen_lcd_scroll_step(int pixels); - - #endif /*_SCREEN_ACCESS_H_*/ -- cgit v1.2.3