summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index bc37c9ce95..d5a01684bd 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -888,7 +888,6 @@ struct plugin_api {
888 888
889#ifdef HAVE_LCD_BITMAP 889#ifdef HAVE_LCD_BITMAP
890 struct viewport *(*sb_skin_get_info_vp)(enum screen_type screen); 890 struct viewport *(*sb_skin_get_info_vp)(enum screen_type screen);
891 void (*sb_skin_update)(enum screen_type screen, bool force);
892#endif 891#endif
893 892
894 /* new stuff at the end, sort into place next time 893 /* new stuff at the end, sort into place next time