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 0268ceb947..3506f4b09e 100644
--- a/apps/plugins/star.c
+++ b/apps/plugins/star.c
@@ -947,10 +947,6 @@ static int star_run_game(int current_level)
947 int key; 947 int key;
948 int lastkey = BUTTON_NONE; 948 int lastkey = BUTTON_NONE;
949 949
950 int label_offset_y;
951
952 label_offset_y = LCD_HEIGHT - char_height;
953
954 if (!star_load_level(current_level)) 950 if (!star_load_level(current_level))
955 return 0; 951 return 0;
956 952