remove unused variable
This commit is contained in:
@@ -146,7 +146,6 @@ void Layout::handle_name(const char *name) {
|
|||||||
label_.hide(); // hide empty labels or labels with empty format
|
label_.hide(); // hide empty labels or labels with empty format
|
||||||
} else {
|
} else {
|
||||||
label_.show();
|
label_.show();
|
||||||
std::string escaped_name=Glib::Markup::escape_text(name).raw();
|
|
||||||
label_.set_markup(fmt::format(fmt::runtime(format_), fmt::arg("layout", name),
|
label_.set_markup(fmt::format(fmt::runtime(format_), fmt::arg("layout", name),
|
||||||
fmt::arg("icon", getIcon(0, name))));
|
fmt::arg("icon", getIcon(0, name))));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user