remove unnecessary comment.
This commit is contained in:
parent
fbbe49e7ad
commit
dd1332e6cb
1
pomo.c
1
pomo.c
|
@ -12,7 +12,6 @@ typedef struct {
|
||||||
} Timers;
|
} Timers;
|
||||||
|
|
||||||
static Timers timers[] = {
|
static Timers timers[] = {
|
||||||
/* timer(s) comment */
|
|
||||||
{ 1500, "Time to start working!" },
|
{ 1500, "Time to start working!" },
|
||||||
{ 300, "Time to start resting!" },
|
{ 300, "Time to start resting!" },
|
||||||
{ 1500, "Time to start working!" },
|
{ 1500, "Time to start working!" },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user