style: fix

This commit is contained in:
Alexis
2018-09-10 11:16:57 +02:00
parent f78ef0d491
commit 0abaaf2f7f
6 changed files with 14 additions and 14 deletions

View File

@ -24,7 +24,7 @@ auto waybar::ALabel::update() -> void
// Nothing here
}
bool waybar::ALabel::handleToggle(GdkEventButton* const& ev)
bool waybar::ALabel::handleToggle(GdkEventButton* const& /*ev*/)
{
alt = !alt;
if (alt) {