mirror of https://github.com/polybar/polybar.git
Fix unused argument warning
This commit is contained in:
parent
a30ac5f4a3
commit
af5af1e497
|
@ -53,7 +53,7 @@ namespace modules {
|
|||
/**
|
||||
* Handle input event
|
||||
*/
|
||||
bool systray_module::input(string&& action, string&& data) {
|
||||
bool systray_module::input(string&& action, string&&) {
|
||||
if (action.find(EVENT_TOGGLE) != 0) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue