mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
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()) {
|
||||
thread_.wake_up();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user