summaryrefslogtreecommitdiff
path: root/apps/plugins/star.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/star.c')
-rw-r--r--apps/plugins/star.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/star.c b/apps/plugins/star.c
index f358755e2a..c217fb922f 100644
--- a/apps/plugins/star.c
+++ b/apps/plugins/star.c
@@ -1008,9 +1008,6 @@ static int star_menu(void)
1008 FOR_NB_SCREENS(selection) 1008 FOR_NB_SCREENS(selection)
1009 { 1009 {
1010 rb->viewport_set_defaults(&vp[selection], selection); 1010 rb->viewport_set_defaults(&vp[selection], selection);
1011 /* we are hiding the statusbar so fix the height also */
1012 vp[selection].y = 0;
1013 vp[selection].height = rb->screens[selection]->lcdheight;
1014#if LCD_DEPTH > 1 1011#if LCD_DEPTH > 1
1015 if (rb->screens[selection]->depth > 1) 1012 if (rb->screens[selection]->depth > 1)
1016 { 1013 {
@@ -1112,7 +1109,6 @@ static int star_menu(void)
1112 level--; 1109 level--;
1113 star_run_game(level); 1110 star_run_game(level);
1114 } 1111 }
1115
1116 return PLUGIN_OK; 1112 return PLUGIN_OK;
1117} 1113}
1118 1114