From f34495deca5ed67bacde1289a1d541409cb29ea3 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 18 Mar 2007 13:25:18 +0000 Subject: [PATCH] Dont boost so often, fixes FS#6845 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12832 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/text_editor.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/plugins/text_editor.c b/apps/plugins/text_editor.c index 9917d03242..d95bdb9b81 100644 --- a/apps/plugins/text_editor.c +++ b/apps/plugins/text_editor.c @@ -343,17 +343,11 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) rb->lcd_update(); while (!exit) { -#ifdef HAVE_ADJUSTABLE_CPU_FREQ - rb->cpu_boost(1); -#endif rb->gui_synclist_draw(&lists); cur_sel = rb->gui_synclist_get_sel_pos(&lists); button = rb->get_action(CONTEXT_LIST,TIMEOUT_BLOCK); if (rb->gui_synclist_do_button(&lists,button,LIST_WRAP_UNLESS_HELD)) continue; -#ifdef HAVE_ADJUSTABLE_CPU_FREQ - rb->cpu_boost(0); -#endif switch (button) { case ACTION_STD_OK: