From: raiz Date: Tue, 27 Dec 2016 16:57:16 +0000 (+0300) Subject: remove misleading comment X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=8b5b72b65efeaab5985e704f00e5865e3cfe4528;p=suckless%2Fslstatus.git remove misleading comment --- diff --git a/slstatus.c b/slstatus.c index 8c65435..ad0b960 100644 --- a/slstatus.c +++ b/slstatus.c @@ -830,10 +830,6 @@ main(int argc, char *argv[]) printf("%s\n", status_string); } - /* - * subtract delay time spend in function - * calls from the actual global delay time - */ if ((UPDATE_INTERVAL - delay) <= 0) { delay = 0; continue;