summaryrefslogtreecommitdiff
path: root/apps/plugins/text_editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_editor.c')
-rw-r--r--apps/plugins/text_editor.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/plugins/text_editor.c b/apps/plugins/text_editor.c
index 9917d03..d95bdb9 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: