projects
/
suckless
/
slstatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13772c3
)
remove misleading comment
author
raiz
<raiz@firemail.cc>
Tue, 27 Dec 2016 16:57:16 +0000
(19:57 +0300)
committer
raiz
<raiz@firemail.cc>
Tue, 27 Dec 2016 16:57:16 +0000
(19:57 +0300)
slstatus.c
patch
|
blob
|
history
diff --git
a/slstatus.c
b/slstatus.c
index 8c654350d42768050fde27fbee19f927df9eb591..ad0b960d960a4e741cabb5102b5dbb2f0c2923f8 100644
(file)
--- 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;