Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.

Commit

Permalink
remove redundant time indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
Unia committed Mar 28, 2013
1 parent 6b1214b commit 0df9198
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dwmst.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ int main() {
}
hours = minutes = seconds = 0;
strcat(status, statnext);
/* Time */
#ifdef CLK
time(&current);
strftime(statnext, 38, DATE_TIME_STR, localtime(&current));
Expand Down

0 comments on commit 0df9198

Please sign in to comment.