From 9f19f33c418aa2703c3c83f0f7ba72a76d21d0c0 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 11 Apr 2009 01:52:53 +0000 Subject: [PATCH] Revert unrelated changes :/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20683 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SOURCES | 1 - apps/plugins/test_fps.c | 9 +-------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 9317ab6657..d9ed9ac24f 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -1,5 +1,4 @@ /* plugins common to all models */ -test_fps.c chessclock.c credits.c cube.c diff --git a/apps/plugins/test_fps.c b/apps/plugins/test_fps.c index f7027ffd8d..c688a54de0 100644 --- a/apps/plugins/test_fps.c +++ b/apps/plugins/test_fps.c @@ -349,19 +349,12 @@ enum plugin_status plugin_start(const void* parameter) #endif backlight_force_on(); /* backlight control in lib/helper.c */ - rb->cpu_boost(false); - log_text("Main LCD Update unboosted"); + log_text("Main LCD Update"); time_main_update(); - rb->cpu_boost(true); - log_text("Main LCD Update boosted"); - time_main_update(); - rb->cpu_boost(false); -/* #ifdef HAVE_LCD_COLOR log_text("Main LCD YUV"); time_main_yuv(); #endif -*/ #if LCD_DEPTH < 4 log_text("Greyscale library"); time_greyscale();