timekeeper

[Abandoned unfinished] CGI web application in C for time tracking. (My first, just a learning project)
Log | Files | Refs | README

commit 4d81d3ef16dfd7d25f0830a2f1fc5d5e449598d6
parent ab38cbb654cf4838a163e159f33e67176e99bfe3
Author: Jacob R. Edwards <jacob@jacobedwards.org>
Date:   Sat, 30 Mar 2024 09:29:45 -0700

Remove useless comment

Diffstat:
Mpages/main.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/pages/main.c b/pages/main.c @@ -438,9 +438,6 @@ pagemain(struct pagedata *pd) if (h1len < 0 || (unsigned int)h1len >= sizeof(heading)) return KCGI_SYSTEM; - /*(status = htmllink(pd, pd->pages[PageArchive], "Archive")) != KCGI_OK ||*/ - /* (current && (status = breakform(pd))) != KCGI_OK || */ - menuoffset = current ? 0 : 1; if ((status = htmlwithin(pd, KELEM_H1, heading)) != KCGI_OK ||