From 476fcfa53858747ffde57014bbc77682018f1d8e Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 29 Jan 2012 21:47:56 +0100 Subject: Revert "Fix building test plugins on non-touch targets." This reverts commit 84c77d40f512b5052edec1b9c283b0bea0b68b27. The commit used an unrelated define which doesn't actually work. --- apps/plugins/test_fps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/test_fps.c') diff --git a/apps/plugins/test_fps.c b/apps/plugins/test_fps.c index 75289a1..caabde4 100644 --- a/apps/plugins/test_fps.c +++ b/apps/plugins/test_fps.c @@ -358,6 +358,7 @@ static void time_greyscale(void) log_text("CPU load err (boost?)"); } } +#endif static struct touchbutton button[] = { { @@ -366,7 +367,6 @@ static struct touchbutton button[] = { /* viewport runtime initialized, rest false/NULL */ } }; -#endif void plugin_quit(void) { -- cgit v1.1