remove unnecessary comment.

This commit is contained in:
NunoSempere 2023-08-21 11:12:50 +02:00
parent fbbe49e7ad
commit dd1332e6cb

1
pomo.c
View File

@ -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!" },