From b673279a439e890baf1f198e5f9cd33d9d2f1f91 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 22 May 2019 12:22:56 +0200 Subject: [PATCH] style: remove non wanted comment --- src/modules/custom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/custom.cpp b/src/modules/custom.cpp index 280583dc..2bbd6efd 100644 --- a/src/modules/custom.cpp +++ b/src/modules/custom.cpp @@ -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(); }