summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2019-07-04 21:50:05 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-07-04 21:50:05 +0200
commitf945d2efff418cf5fa108790ca3adef4796065ef (patch)
tree783f914115a823b8edc3e695e95bffdc4e314be1 /util.h
parentc9a6239d30a9f42a7c4ac7dd411fc80318197106 (diff)
util: struct feed: remove old unused fields and tiny code-style
Diffstat (limited to 'util.h')
-rw-r--r--util.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/util.h b/util.h
index 5a2f382..69de19e 100644
--- a/util.h
+++ b/util.h
@@ -14,11 +14,9 @@ size_t strlcpy(char *, const char *, size_t);
/* feed info */
struct feed {
- char * name; /* feed name */
+ char *name; /* feed name */
unsigned long totalnew; /* amount of new items per feed */
unsigned long total; /* total items */
- time_t timenewest;
- char timenewestformat[64];
};
/* uri */