From dd1332e6cb149fc13a4964374848d4d52d4899a3 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Mon, 21 Aug 2023 11:12:50 +0200 Subject: [PATCH] remove unnecessary comment. --- pomo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/pomo.c b/pomo.c index ce672e6..d3a84cb 100644 --- a/pomo.c +++ b/pomo.c @@ -12,7 +12,6 @@ typedef struct { } Timers; static Timers timers[] = { - /* timer(s) comment */ { 1500, "Time to start working!" }, { 300, "Time to start resting!" }, { 1500, "Time to start working!" },