From 54e2c6f4480a8bb983ed8f323c0afe6c5807d1db Mon Sep 17 00:00:00 2001 From: DogeyStamp Date: Wed, 22 Sep 2021 19:06:30 -0400 Subject: [PATCH] Remove feed tags --- config.def.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.def.h b/config.def.h index 44a76fa..254e194 100644 --- a/config.def.h +++ b/config.def.h @@ -1,7 +1,6 @@ typedef struct { const char *url; const char *feedName; - const char *tags; } linkStruct; /* Example link: @@ -17,7 +16,6 @@ static const linkStruct links[] = { { .url = "", .feedName = "", - .tags = "" }, };