summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/test_codec.c2
-rw-r--r--apps/plugins/test_fps.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c
index 50d3fc93ef..8c3c88f9e7 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -814,7 +814,6 @@ void cleanup(void)
814{ 814{
815 rb->screens[0]->set_viewport(NULL); 815 rb->screens[0]->set_viewport(NULL);
816} 816}
817#endif
818 817
819 818
820static struct touchbutton button[] = { 819static struct touchbutton button[] = {
@@ -824,6 +823,7 @@ static struct touchbutton button[] = {
824 /* viewport runtime initialized, rest false/NULL */ 823 /* viewport runtime initialized, rest false/NULL */
825 } 824 }
826}; 825};
826#endif
827 827
828void plugin_quit(void) 828void plugin_quit(void)
829{ 829{
diff --git a/apps/plugins/test_fps.c b/apps/plugins/test_fps.c
index caabde4d1b..75289a1f90 100644
--- a/apps/plugins/test_fps.c
+++ b/apps/plugins/test_fps.c
@@ -358,7 +358,6 @@ static void time_greyscale(void)
358 log_text("CPU load err (boost?)"); 358 log_text("CPU load err (boost?)");
359 } 359 }
360} 360}
361#endif
362 361
363static struct touchbutton button[] = { 362static struct touchbutton button[] = {
364 { 363 {
@@ -367,6 +366,7 @@ static struct touchbutton button[] = {
367 /* viewport runtime initialized, rest false/NULL */ 366 /* viewport runtime initialized, rest false/NULL */
368 } 367 }
369}; 368};
369#endif
370 370
371void plugin_quit(void) 371void plugin_quit(void)
372{ 372{