diff options
author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-05-01 13:48:28 +0000 |
---|---|---|
committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-05-01 13:48:28 +0000 |
commit | f7c45941344ecfbcdd5d9b311b61573d37c6ef58 (patch) | |
tree | 4c2fa595d7209694dd30b0e0b349a0a44116d712 /apps/plugins/star.c | |
parent | 08fb3f65745a237e2c1eae55d856ff27702246e5 (diff) | |
download | rockbox-f7c45941344ecfbcdd5d9b311b61573d37c6ef58.tar.gz rockbox-f7c45941344ecfbcdd5d9b311b61573d37c6ef58.tar.bz2 rockbox-f7c45941344ecfbcdd5d9b311b61573d37c6ef58.zip |
Fix further 'variable set but not used' warnings reported from GCC 4.6.0.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29809 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/star.c')
-rw-r--r-- | apps/plugins/star.c | 4 |
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) int key; int lastkey = BUTTON_NONE; - int label_offset_y; - - label_offset_y = LCD_HEIGHT - char_height; - if (!star_load_level(current_level)) return 0; |