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: