summaryrefslogtreecommitdiff
path: root/apps/plugins/shortcuts/shortcuts_view.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/shortcuts/shortcuts_view.c')
-rw-r--r--apps/plugins/shortcuts/shortcuts_view.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/shortcuts/shortcuts_view.c b/apps/plugins/shortcuts/shortcuts_view.c
index 469241fd84..c9a4655341 100644
--- a/apps/plugins/shortcuts/shortcuts_view.c
+++ b/apps/plugins/shortcuts/shortcuts_view.c
@@ -195,9 +195,6 @@ bool ends_with(char *string, char *suffix)
195 195
196enum plugin_status plugin_start(const void* void_parameter) 196enum plugin_status plugin_start(const void* void_parameter)
197{ 197{
198#ifdef HAVE_LCD_BITMAP
199 int i;
200#endif
201 bool leave_loop; 198 bool leave_loop;
202 199
203 /* This is a viewer, so a parameter must have been specified */ 200 /* This is a viewer, so a parameter must have been specified */