HUGO: Remove a useless variable assignation

This commit is contained in:
Strangerke 2014-02-09 11:39:00 +01:00
parent fd50556d1e
commit d7c86f3913

View File

@ -107,7 +107,6 @@ void TopMenu::reflowLayout() {
x += kButtonWidth + kButtonPad;
_inventButton->resize(x * scale, y * scale, kButtonWidth * scale, kButtonHeight * scale);
x += kButtonWidth + kButtonPad;
// Set the graphics to the 'on' buttons, except for the variable ones
_whatButton->setGfx(_arrayBmp[4 * kMenuWhat + scale - 1]);