about summary refs log tree commit diff
path: root/events.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-29 18:46:18 -0400
committerJune McEnroe <june@causal.agency>2020-07-29 18:46:18 -0400
commitc54a8b6b8800402dd595ef7c749165b6e00164a5 (patch)
tree5bc3abfeda2388d7a350dbf14e111144f5c4bb66 /events.c
parentRewrite configure script (diff)
downloadscooper-c54a8b6b8800402dd595ef7c749165b6e00164a5.tar.gz
scooper-c54a8b6b8800402dd595ef7c749165b6e00164a5.zip
Remove unused prevEvent
Diffstat (limited to 'events.c')
-rw-r--r--events.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/events.c b/events.c
index 7f56081..57f1565 100644
--- a/events.c
+++ b/events.c
@@ -246,7 +246,6 @@ enum kcgi_err eventsPage(struct kreq *req) {
 
 	int rows;
 	time_t prevTime = 0;
-	int64_t prevEvent = 0;
 	for (rows = 0; SQLITE_ROW == (result = sqlite3_step(events)); ++rows) {
 		int i = 0;
 		struct Event event = {0};
@@ -285,7 +284,6 @@ enum kcgi_err eventsPage(struct kreq *req) {
 				|| khtml_closeelem(&html, 2);
 			if (error) return error;
 		}
-		prevEvent = event.event;
 		prevTime = event.time;
 
 		error = htmlEvent(&html, req, &event);
='/src/commit/bin/glitch.c?id=29ffaff3b6fbcba39f397122256cd1791fcdda9f&follow=1'>Rewrite glitch from new pngoJune McEnroe 2022-07-26Update Care with time-to-ID and piercingsJune McEnroe 2022-07-26Add -w to upJune McEnroe 2022-07-13Set push.autoSetupRemoteJune McEnroe 2022-07-08Remove TOURJune McEnroe There is not that much distinct stuff here anymore. 2022-07-03Add The Bone Shard EmperorJune McEnroe Suffers a little bit from middle book but I really enjoyed it. Read it faster than the first one too, despite its length. 2022-06-25Bump xterm font size to 12June McEnroe 2022-06-10Handle subshells (and functions) inside substitutionsJune McEnroe 2022-06-10Switch to jorts Install scriptJune McEnroe 2022-06-08Indicate if still reading or no resultsJune McEnroe 2022-06-08Add Maiden, Mother, CroneJune McEnroe Mixed bag like most collections of short stories. Some of them are pretty good. The author of the worst written story also has the worst written bio. 2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe