eliminat un warning
This commit is contained in:
@@ -45,7 +45,6 @@ void MenuRenderer::render(const ServiceMenu *menu_state) {
|
||||
// Dibuja las opciones
|
||||
y = options_y_;
|
||||
const auto &option_pairs = menu_state->getOptionPairs();
|
||||
const auto &display_options = menu_state->getDisplayOptions();
|
||||
|
||||
for (size_t i = 0; i < option_pairs.size(); ++i) {
|
||||
const bool IS_SELECTED = (i == menu_state->getSelectedIndex());
|
||||
|
||||
Reference in New Issue
Block a user