style: remove non wanted comment
This commit is contained in:
parent
9e1200ae32
commit
b673279a43
|
@ -74,7 +74,7 @@ void waybar::modules::Custom::continuousWorker() {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
void waybar::modules::Custom::refresh(int sig /*signal*/) {
|
void waybar::modules::Custom::refresh(int sig) {
|
||||||
if (sig == SIGRTMIN + config_["signal"].asInt()) {
|
if (sig == SIGRTMIN + config_["signal"].asInt()) {
|
||||||
thread_.wake_up();
|
thread_.wake_up();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue