style: remove non wanted comment

This commit is contained in:
Alex 2019-05-22 12:22:56 +02:00
parent 9e1200ae32
commit b673279a43
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}