1
0
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:
Alex 2019-05-22 12:22:56 +02:00
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();
}