From 767d604bcd839ef996aad8b9ab1e394aca26a95c Mon Sep 17 00:00:00 2001 From: Kjell Ericson Date: Thu, 23 Jan 2003 14:28:16 +0000 Subject: Removed unnecessary calls to lcd_stop_scroll(). Changed all lcd_scroll_pause() to lcd_stop_scroll(). Updated the tree system for new scroll-behaviour. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3154 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/recording.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/recorder/recording.c') diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c index 15915d22f7..73b2773e44 100644 --- a/apps/recorder/recording.c +++ b/apps/recorder/recording.c @@ -458,7 +458,6 @@ bool f2_rec_screen(void) lcd_setfont(FONT_SYSFIXED); lcd_getstringsize("A",&w,&h); - lcd_stop_scroll(); while (!exit) { char* ptr=NULL; @@ -573,7 +572,6 @@ bool f3_rec_screen(void) lcd_setfont(FONT_SYSFIXED); lcd_getstringsize("A",&w,&h); - lcd_stop_scroll(); while (!exit) { char* ptr=NULL; -- cgit v1.2.3