Skip to content

Commit 6975676

Browse files
committed
Remove unused alias variable in reset_name_but_cb
1 parent e9a4f8d commit 6975676

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

firmware/src/gui/pages/module_view/action_menu.hh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ private:
398398
std::string msg;
399399
{
400400
auto *pd = page->patches.get_view_patch();
401-
auto alias = pd->get_module_alias(static_cast<uint16_t>(page->module_idx));
402401
auto default_name = ModuleFactory::getModuleDisplayName(pd->module_slugs[page->module_idx]);
403402
msg = "Reset module name to '" + std::string{default_name} + "'?";
404403
}

0 commit comments

Comments
 (0)